Html Css Color HEX #ADD5F3 Pale Cornflower Blue

📋 copy color: '#ADD5F3'

red 173 ◦ green 213 ◦ blue 243

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

Shades of Pale Cornflower Blue #ADD5F3

Tints of Pale Cornflower Blue #ADD5F3

RGB

 RED value IS 173 (67.97% from 255) = 27.5%

 GREEN value IS 213 (83.59% from 255) = 33.86%

 BLUE value IS 243 (95.31% from 255) = 38.63%

R = 27.5%
G = 33.86%
B = 38.63%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADD5F3 (or 0xADD5F3) is known color: Pale Cornflower Blue. HEX triplet: AD, D5 and F3. RGB value is (173,213,243). Sum of RGB (Red+Green+Blue) = 173+213+243=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADD5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5F3 is #522A0C. Grayscale: #CCCCCC. Windows color (decimal): -5384717 or 15979949. OLE color: 15979949.

HSL color Cylindrical-coordinate representation of color #ADD5F3: hue angle of 205.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD5F3 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 213 243 -
CMYK 0.29 0.12 0 0.05
HSL 205.71º 0.74% 0.82% -
HSV(B) 205.71º 0.29% 0.95% -
XYZ 57.21 62.94 93.93 -
YUV 204.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 173 213 243 0.29 0.12 0 0.05 205.71 0.74 0.82
Hex AD D5 F3 1D C 0 5 CE 4A 52
Octal 255 325 363 35 14 0 5 316 112 122
Binary 10101101 11010101 11110011 11101 1100 0 101 11001110 1001010 1010010

Color Harmonies of #ADD5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5F3

Black with #ADD5F3

Text Example


Text Example

White with #ADD5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5F3; }

 p { color: rgb(173,213,243); }

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

background-color css

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

 a { background-color: rgb(173,213,243); }

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

border-color css

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

 span { border-color: rgb(173,213,243); }

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