#AFDBFB

Color #AFDBFB Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #AFDBFB

Tints of Pale Cornflower Blue #AFDBFB

Color information

#AFDBFB (or 0xAFDBFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, DB and FB. RGB value is (175,219,251). Sum of RGB (Red+Green+Blue) = 175+219+251=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFDBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDBFB is #502404. Grayscale: #D1D1D1. Windows color (decimal): -5252101 or 16505775. OLE color: 16505775.

HSL color Cylindrical-coordinate representation of color #AFDBFB: hue angle of 205.26º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFDBFB is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175219251-
CMYK0.300.1300.02
HSL205.26º90.48%83.53%-
HSV(B)205.26º30.28%98.43%-
XYZ60.4266.74100.96-
YUV209.49151.42103.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.13%
GREEN value IS 219 (85.94% from 255) = 33.95%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=27.13%
G=33.95%
B=38.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752192510.300.1300.02205.2690.4883.53
HexAFDBFB1ED02cd5a54
Octal257333373361502315132124
Binary1010111111011011111110111111011010101100110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBFB; }

 p { color: rgb(175,219,251); }

 H1.HeaderClassName
 {
   color: #AFDBFB;
 }
 .AnyTagClassName
 {
   color: #AFDBFB;
 }
</style>
background-color css

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

 a { background-color: rgb(175,219,251); }

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

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

 span { border-color: rgb(175,219,251); }

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