Html Css Color HEX #9CDFFE Columbia Blue

📋 copy color: '#9CDFFE'

red 156 ◦ green 223 ◦ blue 254

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

Shades of Columbia Blue #9CDFFE

Tints of Columbia Blue #9CDFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.23%

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

R = 24.64%
G = 35.23%
B = 40.13%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9CDFFE (or 0x9CDFFE) is known color: Columbia Blue. HEX triplet: 9C, DF and FE. RGB value is (156,223,254). Sum of RGB (Red+Green+Blue) = 156+223+254=633 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.64% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CDFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDFFE is #632001. Grayscale: #CECECE. Windows color (decimal): -6496258 or 16703388. OLE color: 16703388.

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

Color convert

RGB 156 223 254 -
CMYK 0.39 0.12 0 0.00
HSL 198.98º 0.98% 0.8% -
HSV(B) 198.98º 0.39% 1% -
XYZ 57.99 67 103.64 -
YUV 206.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 156 223 254 0.39 0.12 0 0.00 198.98 0.98 0.8
Hex 9C DF FE 27 C 0 0 C7 62 50
Octal 234 337 376 47 14 0 0 307 142 120
Binary 10011100 11011111 11111110 100111 1100 0 0 11000111 1100010 1010000

Color Harmonies of #9CDFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDFFE

Black with #9CDFFE

Text Example


Text Example

White with #9CDFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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