Html Css Color HEX #9ADFFD Columbia Blue

📋 copy color: '#9ADFFD'

red 154 ◦ green 223 ◦ blue 253

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

Shades of Columbia Blue #9ADFFD

Tints of Columbia Blue #9ADFFD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.4%

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

R = 24.44%
G = 35.4%
B = 40.16%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9ADFFD (or 0x9ADFFD) is known color: Columbia Blue. HEX triplet: 9A, DF and FD. RGB value is (154,223,253). Sum of RGB (Red+Green+Blue) = 154+223+253=630 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.44% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ADFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADFFD is #652002. Grayscale: #CDCDCD. Windows color (decimal): -6627331 or 16637850. OLE color: 16637850.

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

Color convert

RGB 154 223 253 -
CMYK 0.39 0.12 0 0.01
HSL 198.18º 0.96% 0.8% -
HSV(B) 198.18º 0.39% 0.99% -
XYZ 57.44 66.74 102.78 -
YUV 205.79 154.64 91.06 -
System Red Green Blue C M Y K H S L
Decimal 154 223 253 0.39 0.12 0 0.01 198.18 0.96 0.8
Hex 9A DF FD 27 C 0 1 C6 60 50
Octal 232 337 375 47 14 0 1 306 140 120
Binary 10011010 11011111 11111101 100111 1100 0 1 11000110 1100000 1010000

Color Harmonies of #9ADFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADFFD

Black with #9ADFFD

Text Example


Text Example

White with #9ADFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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