Html Css Color HEX #9AD2FD Columbia Blue

📋 copy color: '#9AD2FD'

red 154 ◦ green 210 ◦ blue 253

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

Shades of Columbia Blue #9AD2FD

Tints of Columbia Blue #9AD2FD

RGB

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

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

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

R = 24.96%
G = 34.04%
B = 41%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9AD2FD (or 0x9AD2FD) is known color: Columbia Blue. HEX triplet: 9A, D2 and FD. RGB value is (154,210,253). Sum of RGB (Red+Green+Blue) = 154+210+253=617 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.96% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #9AD2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD2FD is #652D02. Grayscale: #C5C5C5. Windows color (decimal): -6630659 or 16634522. OLE color: 16634522.

HSL color Cylindrical-coordinate representation of color #9AD2FD: hue angle of 206.06º degrees, saturation: 0.96, 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 #9AD2FD is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 210 253 -
CMYK 0.39 0.17 0 0.01
HSL 206.06º 0.96% 0.8% -
HSV(B) 206.06º 0.39% 0.99% -
XYZ 54.1 60.06 101.67 -
YUV 198.16 158.95 96.5 -
System Red Green Blue C M Y K H S L
Decimal 154 210 253 0.39 0.17 0 0.01 206.06 0.96 0.8
Hex 9A D2 FD 27 11 0 1 CE 60 50
Octal 232 322 375 47 21 0 1 316 140 120
Binary 10011010 11010010 11111101 100111 10001 0 1 11001110 1100000 1010000

Color Harmonies of #9AD2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD2FD

Black with #9AD2FD

Text Example


Text Example

White with #9AD2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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