Html Css Color HEX #9EDEFF Columbia Blue

📋 copy color: '#9EDEFF'

red 158 ◦ green 222 ◦ blue 255

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

Shades of Columbia Blue #9EDEFF

Tints of Columbia Blue #9EDEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.96%

 BLUE value IS 255 (100% from 255) = 40.16%

R = 24.88%
G = 34.96%
B = 40.16%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9EDEFF (or 0x9EDEFF) is known color: Columbia Blue. HEX triplet: 9E, DE and FF. RGB value is (158,222,255). Sum of RGB (Red+Green+Blue) = 158+222+255=635 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.88% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EDEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDEFF is #612100. Grayscale: #CECECE. Windows color (decimal): -6365441 or 16768670. OLE color: 16768670.

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

Color convert

RGB 158 222 255 -
CMYK 0.38 0.13 0 0
HSL 200.41º 1% 0.81% -
HSV(B) 200.41º 0.38% 1% -
XYZ 58.27 66.73 104.42 -
YUV 206.63 155.3 93.32 -
System Red Green Blue C M Y K H S L
Decimal 158 222 255 0.38 0.13 0 0 200.41 1 0.81
Hex 9E DE FF 26 D 0 0 C8 64 51
Octal 236 336 377 46 15 0 0 310 144 121
Binary 10011110 11011110 11111111 100110 1101 0 0 11001000 1100100 1010001

Color Harmonies of #9EDEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDEFF

Black with #9EDEFF

Text Example


Text Example

White with #9EDEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,222,255); }

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

background-color css

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

 a { background-color: rgb(158,222,255); }

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

border-color css

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

 span { border-color: rgb(158,222,255); }

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