Html Css Color HEX #9ADDFF Columbia Blue

📋 copy color: '#9ADDFF'

red 154 ◦ green 221 ◦ blue 255

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

Shades of Columbia Blue #9ADDFF

Tints of Columbia Blue #9ADDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.08%

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

R = 24.44%
G = 35.08%
B = 40.48%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9ADDFF (or 0x9ADDFF) is known color: Columbia Blue. HEX triplet: 9A, DD and FF. RGB value is (154,221,255). Sum of RGB (Red+Green+Blue) = 154+221+255=630 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.44% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ADDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADDFF is #652200. Grayscale: #CCCCCC. Windows color (decimal): -6627841 or 16768410. OLE color: 16768410.

HSL color Cylindrical-coordinate representation of color #9ADDFF: hue angle of 200.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ADDFF is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 154 221 255 -
CMYK 0.40 0.13 0 0
HSL 200.2º 1% 0.8% -
HSV(B) 200.2º 0.4% 1% -
XYZ 57.23 65.8 104.29 -
YUV 204.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 154 221 255 0.40 0.13 0 0 200.2 1 0.8
Hex 9A DD FF 28 D 0 0 C8 64 50
Octal 232 335 377 50 15 0 0 310 144 120
Binary 10011010 11011101 11111111 101000 1101 0 0 11001000 1100100 1010000

Color Harmonies of #9ADDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADDFF

Black with #9ADDFF

Text Example


Text Example

White with #9ADDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,221,255); }

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

background-color css

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

 a { background-color: rgb(154,221,255); }

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

border-color css

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

 span { border-color: rgb(154,221,255); }

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