Html Css Color HEX #9ED2FE Columbia Blue

📋 copy color: '#9ED2FE'

red 158 ◦ green 210 ◦ blue 254

#9ED2FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Columbia Blue #9ED2FE

Tints of Columbia Blue #9ED2FE

RGB

 RED value IS 158 (62.11% from 255) = 25.4%

 GREEN value IS 210 (82.42% from 255) = 33.76%

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 25.4%
G = 33.76%
B = 40.84%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9ED2FE (or 0x9ED2FE) is known color: Columbia Blue. HEX triplet: 9E, D2 and FE. RGB value is (158,210,254). Sum of RGB (Red+Green+Blue) = 158+210+254=622 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.40% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ED2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED2FE is #612D01. Grayscale: #C7C7C7. Windows color (decimal): -6368514 or 16700062. OLE color: 16700062.

HSL color Cylindrical-coordinate representation of color #9ED2FE: hue angle of 207.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ED2FE is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 210 254 -
CMYK 0.38 0.17 0 0.00
HSL 207.5º 0.98% 0.81% -
HSV(B) 207.5º 0.38% 1% -
XYZ 55.04 60.52 102.55 -
YUV 199.47 158.77 98.42 -
System Red Green Blue C M Y K H S L
Decimal 158 210 254 0.38 0.17 0 0.00 207.5 0.98 0.81
Hex 9E D2 FE 26 11 0 0 D0 62 51
Octal 236 322 376 46 21 0 0 320 142 121
Binary 10011110 11010010 11111110 100110 10001 0 0 11010000 1100010 1010001

Color Harmonies of #9ED2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED2FE

Black with #9ED2FE

Text Example


Text Example

White with #9ED2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ED2FE; }

 p { color: rgb(158,210,254); }

 H1.HeaderClassName
 {
   color: #9ED2FE;
 }
 .AnyTagClassName
 {
   color: #9ED2FE;
 }
</style>

background-color css

<style>
 a { background-color: #9ED2FE; }

 a { background-color: rgb(158,210,254); }

 div.DivClassName
 {
   background-color: #9ED2FE;
 }
 .BgClassName
 {
   background-color: #9ED2FE;
 }
</style>

border-color css

<style>
 span { border-color: #9ED2FE; }

 span { border-color: rgb(158,210,254); }

 td.TdClassName
 {
   border-color: #9ED2FE;
 }
 .TagClassName
 {
   border-color: #9ED2FE;
 }
</style>