Html Css Color HEX #9ADAFF Columbia Blue

📋 copy color: '#9ADAFF'

red 154 ◦ green 218 ◦ blue 255

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

Shades of Columbia Blue #9ADAFF

Tints of Columbia Blue #9ADAFF

RGB

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

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

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

R = 24.56%
G = 34.77%
B = 40.67%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9ADAFF (or 0x9ADAFF) is known color: Columbia Blue. HEX triplet: 9A, DA and FF. RGB value is (154,218,255). Sum of RGB (Red+Green+Blue) = 154+218+255=627 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.56% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ADAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADAFF is #652500. Grayscale: #CACACA. Windows color (decimal): -6628609 or 16767642. OLE color: 16767642.

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

Color convert

RGB 154 218 255 -
CMYK 0.40 0.15 0 0
HSL 201.98º 1% 0.8% -
HSV(B) 201.98º 0.4% 1% -
XYZ 56.45 64.23 104.03 -
YUV 203.08 157.3 92.99 -
System Red Green Blue C M Y K H S L
Decimal 154 218 255 0.40 0.15 0 0 201.98 1 0.8
Hex 9A DA FF 28 F 0 0 CA 64 50
Octal 232 332 377 50 17 0 0 312 144 120
Binary 10011010 11011010 11111111 101000 1111 0 0 11001010 1100100 1010000

Color Harmonies of #9ADAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADAFF

Black with #9ADAFF

Text Example


Text Example

White with #9ADAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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