Html Css Color HEX #9CE6FF Columbia Blue

📋 copy color: '#9CE6FF'

red 156 ◦ green 230 ◦ blue 255

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

Shades of Columbia Blue #9CE6FF

Tints of Columbia Blue #9CE6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.88%

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

R = 24.34%
G = 35.88%
B = 39.78%

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

#9CE6FF (or 0x9CE6FF) is known color: Columbia Blue. HEX triplet: 9C, E6 and FF. RGB value is (156,230,255). Sum of RGB (Red+Green+Blue) = 156+230+255=641 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.34% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE6FF is #631900. Grayscale: #D2D2D2. Windows color (decimal): -6494465 or 16770716. OLE color: 16770716.

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

Color convert

RGB 156 230 255 -
CMYK 0.39 0.10 0 0
HSL 195.15º 1% 0.81% -
HSV(B) 195.15º 0.39% 1% -
XYZ 60.06 70.88 105.12 -
YUV 210.72 152.98 88.97 -
System Red Green Blue C M Y K H S L
Decimal 156 230 255 0.39 0.10 0 0 195.15 1 0.81
Hex 9C E6 FF 27 A 0 0 C3 64 51
Octal 234 346 377 47 12 0 0 303 144 121
Binary 10011100 11100110 11111111 100111 1010 0 0 11000011 1100100 1010001

Color Harmonies of #9CE6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE6FF

Black with #9CE6FF

Text Example


Text Example

White with #9CE6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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