Html Css Color HEX #AFDAFE Pale Cornflower Blue

📋 copy color: '#AFDAFE'

red 175 ◦ green 218 ◦ blue 254

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

Shades of Pale Cornflower Blue #AFDAFE

Tints of Pale Cornflower Blue #AFDAFE

RGB

 RED value IS 175 (68.75% from 255) = 27.05%

 GREEN value IS 218 (85.55% from 255) = 33.69%

 BLUE value IS 254 (99.61% from 255) = 39.26%

R = 27.05%
G = 33.69%
B = 39.26%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AFDAFE (or 0xAFDAFE) is known color: Pale Cornflower Blue. HEX triplet: AF, DA and FE. RGB value is (175,218,254). Sum of RGB (Red+Green+Blue) = 175+218+254=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDAFE is #502501. Grayscale: #D1D1D1. Windows color (decimal): -5252354 or 16702127. OLE color: 16702127.

HSL color Cylindrical-coordinate representation of color #AFDAFE: hue angle of 207.34º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFDAFE is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 218 254 -
CMYK 0.31 0.14 0 0.00
HSL 207.34º 0.98% 0.84% -
HSV(B) 207.34º 0.31% 1% -
XYZ 60.64 66.41 103.39 -
YUV 209.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 175 218 254 0.31 0.14 0 0.00 207.34 0.98 0.84
Hex AF DA FE 1F E 0 0 CF 62 54
Octal 257 332 376 37 16 0 0 317 142 124
Binary 10101111 11011010 11111110 11111 1110 0 0 11001111 1100010 1010100

Color Harmonies of #AFDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDAFE

Black with #AFDAFE

Text Example


Text Example

White with #AFDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDAFE; }

 p { color: rgb(175,218,254); }

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

background-color css

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

 a { background-color: rgb(175,218,254); }

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

border-color css

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

 span { border-color: rgb(175,218,254); }

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