Html Css Color HEX #9CCFFE Columbia Blue

📋 copy color: '#9CCFFE'

red 156 ◦ green 207 ◦ blue 254

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

Shades of Columbia Blue #9CCFFE

Tints of Columbia Blue #9CCFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.55%

 BLUE value IS 254 (99.61% from 255) = 41.17%

R = 25.28%
G = 33.55%
B = 41.17%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9CCFFE (or 0x9CCFFE) is known color: Columbia Blue. HEX triplet: 9C, CF and FE. RGB value is (156,207,254). Sum of RGB (Red+Green+Blue) = 156+207+254=617 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.28% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CCFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCFFE is #633001. Grayscale: #C4C4C4. Windows color (decimal): -6500354 or 16699292. OLE color: 16699292.

HSL color Cylindrical-coordinate representation of color #9CCFFE: hue angle of 208.78º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CCFFE is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 156 207 254 -
CMYK 0.39 0.19 0 0.00
HSL 208.78º 0.98% 0.8% -
HSV(B) 208.78º 0.39% 1% -
XYZ 53.91 58.85 102.28 -
YUV 197.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 156 207 254 0.39 0.19 0 0.00 208.78 0.98 0.8
Hex 9C CF FE 27 13 0 0 D1 62 50
Octal 234 317 376 47 23 0 0 321 142 120
Binary 10011100 11001111 11111110 100111 10011 0 0 11010001 1100010 1010000

Color Harmonies of #9CCFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCFFE

Black with #9CCFFE

Text Example


Text Example

White with #9CCFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,207,254); }

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

background-color css

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

 a { background-color: rgb(156,207,254); }

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

border-color css

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

 span { border-color: rgb(156,207,254); }

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