Html Css Color HEX #9CDEFF Columbia Blue

📋 copy color: '#9CDEFF'

red 156 ◦ green 222 ◦ blue 255

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

Shades of Columbia Blue #9CDEFF

Tints of Columbia Blue #9CDEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.07%

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

R = 24.64%
G = 35.07%
B = 40.28%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9CDEFF (or 0x9CDEFF) is known color: Columbia Blue. HEX triplet: 9C, DE and FF. RGB value is (156,222,255). Sum of RGB (Red+Green+Blue) = 156+222+255=633 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.64% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CDEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDEFF is #632100. Grayscale: #CDCDCD. Windows color (decimal): -6496513 or 16768668. OLE color: 16768668.

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

Color convert

RGB 156 222 255 -
CMYK 0.39 0.13 0 0
HSL 200º 1% 0.81% -
HSV(B) 200º 0.39% 1% -
XYZ 57.88 66.53 104.4 -
YUV 206.03 155.63 92.32 -
System Red Green Blue C M Y K H S L
Decimal 156 222 255 0.39 0.13 0 0 200 1 0.81
Hex 9C DE FF 27 D 0 0 C8 64 51
Octal 234 336 377 47 15 0 0 310 144 121
Binary 10011100 11011110 11111111 100111 1101 0 0 11001000 1100100 1010001

Color Harmonies of #9CDEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDEFF

Black with #9CDEFF

Text Example


Text Example

White with #9CDEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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