Html Css Color HEX #9CE7FF Columbia Blue

📋 copy color: '#9CE7FF'

red 156 ◦ green 231 ◦ blue 255

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

Shades of Columbia Blue #9CE7FF

Tints of Columbia Blue #9CE7FF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.98%

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

R = 24.3%
G = 35.98%
B = 39.72%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9CE7FF (or 0x9CE7FF) is known color: Columbia Blue. HEX triplet: 9C, E7 and FF. RGB value is (156,231,255). Sum of RGB (Red+Green+Blue) = 156+231+255=642 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.30% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CE7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE7FF is #631800. Grayscale: #D3D3D3. Windows color (decimal): -6494209 or 16770972. OLE color: 16770972.

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

Color convert

RGB 156 231 255 -
CMYK 0.39 0.09 0 0
HSL 194.55º 1% 0.81% -
HSV(B) 194.55º 0.39% 1% -
XYZ 60.34 71.44 105.22 -
YUV 211.31 152.65 88.55 -
System Red Green Blue C M Y K H S L
Decimal 156 231 255 0.39 0.09 0 0 194.55 1 0.81
Hex 9C E7 FF 27 9 0 0 C3 64 51
Octal 234 347 377 47 11 0 0 303 144 121
Binary 10011100 11100111 11111111 100111 1001 0 0 11000011 1100100 1010001

Color Harmonies of #9CE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE7FF

Black with #9CE7FF

Text Example


Text Example

White with #9CE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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