Html Css Color HEX #9CDAFF Columbia Blue

📋 copy color: '#9CDAFF'

red 156 ◦ green 218 ◦ blue 255

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

Shades of Columbia Blue #9CDAFF

Tints of Columbia Blue #9CDAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.66%

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

R = 24.8%
G = 34.66%
B = 40.54%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9CDAFF (or 0x9CDAFF) is known color: Columbia Blue. HEX triplet: 9C, DA and FF. RGB value is (156,218,255). Sum of RGB (Red+Green+Blue) = 156+218+255=629 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.80% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CDAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDAFF is #632500. Grayscale: #CBCBCB. Windows color (decimal): -6497537 or 16767644. OLE color: 16767644.

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

Color convert

RGB 156 218 255 -
CMYK 0.39 0.15 0 0
HSL 202.42º 1% 0.81% -
HSV(B) 202.42º 0.39% 1% -
XYZ 56.83 64.43 104.05 -
YUV 203.68 156.96 93.99 -
System Red Green Blue C M Y K H S L
Decimal 156 218 255 0.39 0.15 0 0 202.42 1 0.81
Hex 9C DA FF 27 F 0 0 CA 64 51
Octal 234 332 377 47 17 0 0 312 144 121
Binary 10011100 11011010 11111111 100111 1111 0 0 11001010 1100100 1010001

Color Harmonies of #9CDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDAFF

Black with #9CDAFF

Text Example


Text Example

White with #9CDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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