Html Css Color HEX #9CD3FE Columbia Blue

📋 copy color: '#9CD3FE'

red 156 ◦ green 211 ◦ blue 254

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

Shades of Columbia Blue #9CD3FE

Tints of Columbia Blue #9CD3FE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.98%

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

R = 25.12%
G = 33.98%
B = 40.9%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9CD3FE (or 0x9CD3FE) is known color: Columbia Blue. HEX triplet: 9C, D3 and FE. RGB value is (156,211,254). Sum of RGB (Red+Green+Blue) = 156+211+254=621 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.12% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CD3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD3FE is #632C01. Grayscale: #C7C7C7. Windows color (decimal): -6499330 or 16700316. OLE color: 16700316.

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

Color convert

RGB 156 211 254 -
CMYK 0.39 0.17 0 0.00
HSL 206.33º 0.98% 0.8% -
HSV(B) 206.33º 0.39% 1% -
XYZ 54.89 60.81 102.61 -
YUV 199.46 158.78 97 -
System Red Green Blue C M Y K H S L
Decimal 156 211 254 0.39 0.17 0 0.00 206.33 0.98 0.8
Hex 9C D3 FE 27 11 0 0 CE 62 50
Octal 234 323 376 47 21 0 0 316 142 120
Binary 10011100 11010011 11111110 100111 10001 0 0 11001110 1100010 1010000

Color Harmonies of #9CD3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD3FE

Black with #9CD3FE

Text Example


Text Example

White with #9CD3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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