Html Css Color HEX #9CE5FF Columbia Blue

📋 copy color: '#9CE5FF'

red 156 ◦ green 229 ◦ blue 255

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

Shades of Columbia Blue #9CE5FF

Tints of Columbia Blue #9CE5FF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.78%

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

R = 24.38%
G = 35.78%
B = 39.84%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9CE5FF (or 0x9CE5FF) is known color: Columbia Blue. HEX triplet: 9C, E5 and FF. RGB value is (156,229,255). Sum of RGB (Red+Green+Blue) = 156+229+255=640 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.38% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CE5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE5FF is #631A00. Grayscale: #D1D1D1. Windows color (decimal): -6494721 or 16770460. OLE color: 16770460.

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

Color convert

RGB 156 229 255 -
CMYK 0.39 0.10 0 0
HSL 195.76º 1% 0.81% -
HSV(B) 195.76º 0.39% 1% -
XYZ 59.78 70.33 105.03 -
YUV 210.14 153.32 89.39 -
System Red Green Blue C M Y K H S L
Decimal 156 229 255 0.39 0.10 0 0 195.76 1 0.81
Hex 9C E5 FF 27 A 0 0 C4 64 51
Octal 234 345 377 47 12 0 0 304 144 121
Binary 10011100 11100101 11111111 100111 1010 0 0 11000100 1100100 1010001

Color Harmonies of #9CE5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE5FF

Black with #9CE5FF

Text Example


Text Example

White with #9CE5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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