Html Css Color HEX #9CE4FF Columbia Blue

📋 copy color: '#9CE4FF'

red 156 ◦ green 228 ◦ blue 255

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

Shades of Columbia Blue #9CE4FF

Tints of Columbia Blue #9CE4FF

RGB

 RED value IS 156 (61.33% from 255) = 24.41%

 GREEN value IS 228 (89.45% from 255) = 35.68%

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

R = 24.41%
G = 35.68%
B = 39.91%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9CE4FF (or 0x9CE4FF) is known color: Columbia Blue. HEX triplet: 9C, E4 and FF. RGB value is (156,228,255). Sum of RGB (Red+Green+Blue) = 156+228+255=639 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.41% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CE4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE4FF is #631B00. Grayscale: #D1D1D1. Windows color (decimal): -6494977 or 16770204. OLE color: 16770204.

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

Color convert

RGB 156 228 255 -
CMYK 0.39 0.11 0 0
HSL 196.36º 1% 0.81% -
HSV(B) 196.36º 0.39% 1% -
XYZ 59.5 69.77 104.94 -
YUV 209.55 153.65 89.8 -
System Red Green Blue C M Y K H S L
Decimal 156 228 255 0.39 0.11 0 0 196.36 1 0.81
Hex 9C E4 FF 27 B 0 0 C4 64 51
Octal 234 344 377 47 13 0 0 304 144 121
Binary 10011100 11100100 11111111 100111 1011 0 0 11000100 1100100 1010001

Color Harmonies of #9CE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE4FF

Black with #9CE4FF

Text Example


Text Example

White with #9CE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,228,255); }

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

background-color css

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

 a { background-color: rgb(156,228,255); }

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

border-color css

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

 span { border-color: rgb(156,228,255); }

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