Html Css Color HEX #AFDFF0 Light Blue

📋 copy color: '#AFDFF0'

red 175 ◦ green 223 ◦ blue 240

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

Shades of Light Blue #AFDFF0

Tints of Light Blue #AFDFF0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.95%

 BLUE value IS 240 (94.14% from 255) = 37.62%

R = 27.43%
G = 34.95%
B = 37.62%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFDFF0 (or 0xAFDFF0) is known color: Light Blue. HEX triplet: AF, DF and F0. RGB value is (175,223,240). Sum of RGB (Red+Green+Blue) = 175+223+240=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFDFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFF0 is #50200F. Grayscale: #D2D2D2. Windows color (decimal): -5251088 or 15785903. OLE color: 15785903.

HSL color Cylindrical-coordinate representation of color #AFDFF0: hue angle of 195.69º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFDFF0 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 223 240 -
CMYK 0.27 0.07 0 0.06
HSL 195.69º 0.68% 0.81% -
HSV(B) 195.69º 0.27% 0.94% -
XYZ 59.8 68.18 92.45 -
YUV 210.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 175 223 240 0.27 0.07 0 0.06 195.69 0.68 0.81
Hex AF DF F0 1B 7 0 6 C4 44 51
Octal 257 337 360 33 7 0 6 304 104 121
Binary 10101111 11011111 11110000 11011 111 0 110 11000100 1000100 1010001

Color Harmonies of #AFDFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFF0

Black with #AFDFF0

Text Example


Text Example

White with #AFDFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFF0; }

 p { color: rgb(175,223,240); }

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

background-color css

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

 a { background-color: rgb(175,223,240); }

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

border-color css

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

 span { border-color: rgb(175,223,240); }

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