Html Css Color HEX #9CCFFD Columbia Blue

📋 copy color: '#9CCFFD'

red 156 ◦ green 207 ◦ blue 253

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

Shades of Columbia Blue #9CCFFD

Tints of Columbia Blue #9CCFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.6%

 BLUE value IS 253 (99.22% from 255) = 41.07%

R = 25.32%
G = 33.6%
B = 41.07%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9CCFFD (or 0x9CCFFD) is known color: Columbia Blue. HEX triplet: 9C, CF and FD. RGB value is (156,207,253). Sum of RGB (Red+Green+Blue) = 156+207+253=616 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.32% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CCFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCFFD is #633002. Grayscale: #C4C4C4. Windows color (decimal): -6500355 or 16633756. OLE color: 16633756.

HSL color Cylindrical-coordinate representation of color #9CCFFD: hue angle of 208.45º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CCFFD is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 207 253 -
CMYK 0.38 0.18 0 0.01
HSL 208.45º 0.96% 0.8% -
HSV(B) 208.45º 0.38% 0.99% -
XYZ 53.75 58.79 101.44 -
YUV 197 159.6 98.76 -
System Red Green Blue C M Y K H S L
Decimal 156 207 253 0.38 0.18 0 0.01 208.45 0.96 0.8
Hex 9C CF FD 26 12 0 1 D0 60 50
Octal 234 317 375 46 22 0 1 320 140 120
Binary 10011100 11001111 11111101 100110 10010 0 1 11010000 1100000 1010000

Color Harmonies of #9CCFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCFFD

Black with #9CCFFD

Text Example


Text Example

White with #9CCFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,207,253); }

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

background-color css

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

 a { background-color: rgb(156,207,253); }

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

border-color css

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

 span { border-color: rgb(156,207,253); }

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