Html Css Color HEX #AADCFD Columbia Blue

📋 copy color: '#AADCFD'

red 170 ◦ green 220 ◦ blue 253

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

Shades of Columbia Blue #AADCFD

Tints of Columbia Blue #AADCFD

RGB

 RED value IS 170 (66.8% from 255) = 26.44%

 GREEN value IS 220 (86.33% from 255) = 34.21%

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

R = 26.44%
G = 34.21%
B = 39.35%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AADCFD (or 0xAADCFD) is known color: Columbia Blue. HEX triplet: AA, DC and FD. RGB value is (170,220,253). Sum of RGB (Red+Green+Blue) = 170+220+253=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #AADCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCFD is #552302. Grayscale: #D0D0D0. Windows color (decimal): -5579523 or 16637098. OLE color: 16637098.

HSL color Cylindrical-coordinate representation of color #AADCFD: hue angle of 203.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AADCFD is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 220 253 -
CMYK 0.33 0.13 0 0.01
HSL 203.86º 0.95% 0.83% -
HSV(B) 203.86º 0.33% 0.99% -
XYZ 59.9 66.82 102.67 -
YUV 208.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 170 220 253 0.33 0.13 0 0.01 203.86 0.95 0.83
Hex AA DC FD 21 D 0 1 CC 5F 53
Octal 252 334 375 41 15 0 1 314 137 123
Binary 10101010 11011100 11111101 100001 1101 0 1 11001100 1011111 1010011

Color Harmonies of #AADCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCFD

Black with #AADCFD

Text Example


Text Example

White with #AADCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCFD; }

 p { color: rgb(170,220,253); }

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

background-color css

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

 a { background-color: rgb(170,220,253); }

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

border-color css

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

 span { border-color: rgb(170,220,253); }

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