Html Css Color HEX #9CE2FF Columbia Blue

📋 copy color: '#9CE2FF'

red 156 ◦ green 226 ◦ blue 255

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

Shades of Columbia Blue #9CE2FF

Tints of Columbia Blue #9CE2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.48%

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

R = 24.49%
G = 35.48%
B = 40.03%

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

#9CE2FF (or 0x9CE2FF) is known color: Columbia Blue. HEX triplet: 9C, E2 and FF. RGB value is (156,226,255). Sum of RGB (Red+Green+Blue) = 156+226+255=637 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.49% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CE2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE2FF is #631D00. Grayscale: #D0D0D0. Windows color (decimal): -6495489 or 16769692. OLE color: 16769692.

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

Color convert

RGB 156 226 255 -
CMYK 0.39 0.11 0 0
HSL 197.58º 1% 0.81% -
HSV(B) 197.58º 0.39% 1% -
XYZ 58.96 68.68 104.76 -
YUV 208.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 156 226 255 0.39 0.11 0 0 197.58 1 0.81
Hex 9C E2 FF 27 B 0 0 C6 64 51
Octal 234 342 377 47 13 0 0 306 144 121
Binary 10011100 11100010 11111111 100111 1011 0 0 11000110 1100100 1010001

Color Harmonies of #9CE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE2FF

Black with #9CE2FF

Text Example


Text Example

White with #9CE2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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