Html Css Color HEX #9CE3FF Columbia Blue

📋 copy color: '#9CE3FF'

red 156 ◦ green 227 ◦ blue 255

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

Shades of Columbia Blue #9CE3FF

Tints of Columbia Blue #9CE3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.58%

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

R = 24.45%
G = 35.58%
B = 39.97%

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

#9CE3FF (or 0x9CE3FF) is known color: Columbia Blue. HEX triplet: 9C, E3 and FF. RGB value is (156,227,255). Sum of RGB (Red+Green+Blue) = 156+227+255=638 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.45% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CE3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE3FF is #631C00. Grayscale: #D0D0D0. Windows color (decimal): -6495233 or 16769948. OLE color: 16769948.

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

Color convert

RGB 156 227 255 -
CMYK 0.39 0.11 0 0
HSL 196.97º 1% 0.81% -
HSV(B) 196.97º 0.39% 1% -
XYZ 59.23 69.23 104.85 -
YUV 208.96 153.98 90.22 -
System Red Green Blue C M Y K H S L
Decimal 156 227 255 0.39 0.11 0 0 196.97 1 0.81
Hex 9C E3 FF 27 B 0 0 C5 64 51
Octal 234 343 377 47 13 0 0 305 144 121
Binary 10011100 11100011 11111111 100111 1011 0 0 11000101 1100100 1010001

Color Harmonies of #9CE3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE3FF

Black with #9CE3FF

Text Example


Text Example

White with #9CE3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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