Html Css Color HEX #9CD3FF Columbia Blue

📋 copy color: '#9CD3FF'

red 156 ◦ green 211 ◦ blue 255

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

Shades of Columbia Blue #9CD3FF

Tints of Columbia Blue #9CD3FF

RGB

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

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

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

R = 25.08%
G = 33.92%
B = 41%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9CD3FF (or 0x9CD3FF) is known color: Columbia Blue. HEX triplet: 9C, D3 and FF. RGB value is (156,211,255). Sum of RGB (Red+Green+Blue) = 156+211+255=622 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.08% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CD3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD3FF is #632C00. Grayscale: #C7C7C7. Windows color (decimal): -6499329 or 16765852. OLE color: 16765852.

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

Color convert

RGB 156 211 255 -
CMYK 0.39 0.17 0 0
HSL 206.67º 1% 0.81% -
HSV(B) 206.67º 0.39% 1% -
XYZ 55.05 60.88 103.46 -
YUV 199.57 159.28 96.92 -
System Red Green Blue C M Y K H S L
Decimal 156 211 255 0.39 0.17 0 0 206.67 1 0.81
Hex 9C D3 FF 27 11 0 0 CF 64 51
Octal 234 323 377 47 21 0 0 317 144 121
Binary 10011100 11010011 11111111 100111 10001 0 0 11001111 1100100 1010001

Color Harmonies of #9CD3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD3FF

Black with #9CD3FF

Text Example


Text Example

White with #9CD3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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