Html Css Color HEX #ADCFF2 Pale Cornflower Blue

📋 copy color: '#ADCFF2'

red 173 ◦ green 207 ◦ blue 242

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

Shades of Pale Cornflower Blue #ADCFF2

Tints of Pale Cornflower Blue #ADCFF2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.28%

 BLUE value IS 242 (94.92% from 255) = 38.91%

R = 27.81%
G = 33.28%
B = 38.91%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADCFF2 (or 0xADCFF2) is known color: Pale Cornflower Blue. HEX triplet: AD, CF and F2. RGB value is (173,207,242). Sum of RGB (Red+Green+Blue) = 173+207+242=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADCFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCFF2 is #52300D. Grayscale: #C8C8C8. Windows color (decimal): -5386254 or 15912877. OLE color: 15912877.

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

Color convert

RGB 173 207 242 -
CMYK 0.29 0.14 0 0.05
HSL 210.43º 0.73% 0.81% -
HSV(B) 210.43º 0.29% 0.95% -
XYZ 55.57 59.92 92.64 -
YUV 200.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 173 207 242 0.29 0.14 0 0.05 210.43 0.73 0.81
Hex AD CF F2 1D E 0 5 D2 49 51
Octal 255 317 362 35 16 0 5 322 111 121
Binary 10101101 11001111 11110010 11101 1110 0 101 11010010 1001001 1010001

Color Harmonies of #ADCFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFF2

Black with #ADCFF2

Text Example


Text Example

White with #ADCFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFF2; }

 p { color: rgb(173,207,242); }

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

background-color css

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

 a { background-color: rgb(173,207,242); }

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

border-color css

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

 span { border-color: rgb(173,207,242); }

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