Html Css Color HEX #9AD2F8 Columbia Blue

📋 copy color: '#9AD2F8'

red 154 ◦ green 210 ◦ blue 248

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

Shades of Columbia Blue #9AD2F8

Tints of Columbia Blue #9AD2F8

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.31%

 BLUE value IS 248 (97.27% from 255) = 40.52%

R = 25.16%
G = 34.31%
B = 40.52%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9AD2F8 (or 0x9AD2F8) is known color: Columbia Blue. HEX triplet: 9A, D2 and F8. RGB value is (154,210,248). Sum of RGB (Red+Green+Blue) = 154+210+248=612 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.16% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #9AD2F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD2F8 is #652D07. Grayscale: #C5C5C5. Windows color (decimal): -6630664 or 16306842. OLE color: 16306842.

HSL color Cylindrical-coordinate representation of color #9AD2F8: hue angle of 204.26º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AD2F8 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 210 248 -
CMYK 0.38 0.15 0 0.03
HSL 204.26º 0.87% 0.79% -
HSV(B) 204.26º 0.38% 0.97% -
XYZ 53.32 59.74 97.53 -
YUV 197.59 156.45 96.91 -
System Red Green Blue C M Y K H S L
Decimal 154 210 248 0.38 0.15 0 0.03 204.26 0.87 0.79
Hex 9A D2 F8 26 F 0 3 CC 57 4F
Octal 232 322 370 46 17 0 3 314 127 117
Binary 10011010 11010010 11111000 100110 1111 0 11 11001100 1010111 1001111

Color Harmonies of #9AD2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD2F8

Black with #9AD2F8

Text Example


Text Example

White with #9AD2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,210,248); }

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

background-color css

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

 a { background-color: rgb(154,210,248); }

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

border-color css

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

 span { border-color: rgb(154,210,248); }

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