Html Css Color HEX #9CDBFE Columbia Blue

📋 copy color: '#9CDBFE'

red 156 ◦ green 219 ◦ blue 254

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

Shades of Columbia Blue #9CDBFE

Tints of Columbia Blue #9CDBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.82%

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

R = 24.8%
G = 34.82%
B = 40.38%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9CDBFE (or 0x9CDBFE) is known color: Columbia Blue. HEX triplet: 9C, DB and FE. RGB value is (156,219,254). Sum of RGB (Red+Green+Blue) = 156+219+254=629 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.80% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CDBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDBFE is #632401. Grayscale: #CBCBCB. Windows color (decimal): -6497282 or 16702364. OLE color: 16702364.

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

Color convert

RGB 156 219 254 -
CMYK 0.39 0.14 0 0.00
HSL 201.43º 0.98% 0.8% -
HSV(B) 201.43º 0.39% 1% -
XYZ 56.93 64.89 103.29 -
YUV 204.15 156.13 93.65 -
System Red Green Blue C M Y K H S L
Decimal 156 219 254 0.39 0.14 0 0.00 201.43 0.98 0.8
Hex 9C DB FE 27 E 0 0 C9 62 50
Octal 234 333 376 47 16 0 0 311 142 120
Binary 10011100 11011011 11111110 100111 1110 0 0 11001001 1100010 1010000

Color Harmonies of #9CDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDBFE

Black with #9CDBFE

Text Example


Text Example

White with #9CDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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