Html Css Color HEX #9ADCFC Columbia Blue

📋 copy color: '#9ADCFC'

red 154 ◦ green 220 ◦ blue 252

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

Shades of Columbia Blue #9ADCFC

Tints of Columbia Blue #9ADCFC

RGB

 RED value IS 154 (60.55% from 255) = 24.6%

 GREEN value IS 220 (86.33% from 255) = 35.14%

 BLUE value IS 252 (98.83% from 255) = 40.26%

R = 24.6%
G = 35.14%
B = 40.26%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9ADCFC (or 0x9ADCFC) is known color: Columbia Blue. HEX triplet: 9A, DC and FC. RGB value is (154,220,252). Sum of RGB (Red+Green+Blue) = 154+220+252=626 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.60% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #9ADCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADCFC is #652303. Grayscale: #CBCBCB. Windows color (decimal): -6628100 or 16571546. OLE color: 16571546.

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

Color convert

RGB 154 220 252 -
CMYK 0.39 0.13 0 0.01
HSL 199.59º 0.94% 0.8% -
HSV(B) 199.59º 0.39% 0.99% -
XYZ 56.49 65.08 101.68 -
YUV 203.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 154 220 252 0.39 0.13 0 0.01 199.59 0.94 0.8
Hex 9A DC FC 27 D 0 1 C8 5E 50
Octal 232 334 374 47 15 0 1 310 136 120
Binary 10011010 11011100 11111100 100111 1101 0 1 11001000 1011110 1010000

Color Harmonies of #9ADCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCFC

Black with #9ADCFC

Text Example


Text Example

White with #9ADCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,220,252); }

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

background-color css

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

 a { background-color: rgb(154,220,252); }

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

border-color css

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

 span { border-color: rgb(154,220,252); }

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