Html Css Color HEX #9EEBFE Columbia Blue

📋 copy color: '#9EEBFE'

red 158 ◦ green 235 ◦ blue 254

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

Shades of Columbia Blue #9EEBFE

Tints of Columbia Blue #9EEBFE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.32%

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

R = 24.42%
G = 36.32%
B = 39.26%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9EEBFE (or 0x9EEBFE) is known color: Columbia Blue. HEX triplet: 9E, EB and FE. RGB value is (158,235,254). Sum of RGB (Red+Green+Blue) = 158+235+254=647 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.42% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EEBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEBFE is #611401. Grayscale: #D5D5D5. Windows color (decimal): -6362114 or 16706462. OLE color: 16706462.

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

Color convert

RGB 158 235 254 -
CMYK 0.38 0.07 0 0.00
HSL 191.88º 0.98% 0.81% -
HSV(B) 191.88º 0.38% 1% -
XYZ 61.7 73.84 104.77 -
YUV 214.14 150.49 87.96 -
System Red Green Blue C M Y K H S L
Decimal 158 235 254 0.38 0.07 0 0.00 191.88 0.98 0.81
Hex 9E EB FE 26 7 0 0 C0 62 51
Octal 236 353 376 46 7 0 0 300 142 121
Binary 10011110 11101011 11111110 100110 111 0 0 11000000 1100010 1010001

Color Harmonies of #9EEBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBFE

Black with #9EEBFE

Text Example


Text Example

White with #9EEBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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