Html Css Color HEX #9EEDFF Columbia Blue

📋 copy color: '#9EEDFF'

red 158 ◦ green 237 ◦ blue 255

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

Shades of Columbia Blue #9EEDFF

Tints of Columbia Blue #9EEDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.46%

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

R = 24.31%
G = 36.46%
B = 39.23%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9EEDFF (or 0x9EEDFF) is known color: Columbia Blue. HEX triplet: 9E, ED and FF. RGB value is (158,237,255). Sum of RGB (Red+Green+Blue) = 158+237+255=650 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.31% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEDFF is #611200. Grayscale: #D7D7D7. Windows color (decimal): -6361601 or 16772510. OLE color: 16772510.

HSL color Cylindrical-coordinate representation of color #9EEDFF: hue angle of 191.13º 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 #9EEDFF is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 158 237 255 -
CMYK 0.38 0.07 0 0
HSL 191.13º 1% 0.81% -
HSV(B) 191.13º 0.38% 1% -
XYZ 62.43 75.06 105.8 -
YUV 215.43 150.33 87.04 -
System Red Green Blue C M Y K H S L
Decimal 158 237 255 0.38 0.07 0 0 191.13 1 0.81
Hex 9E ED FF 26 7 0 0 BF 64 51
Octal 236 355 377 46 7 0 0 277 144 121
Binary 10011110 11101101 11111111 100110 111 0 0 10111111 1100100 1010001

Color Harmonies of #9EEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEDFF

Black with #9EEDFF

Text Example


Text Example

White with #9EEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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