Html Css Color HEX #AFDAF2 Light Blue

📋 copy color: '#AFDAF2'

red 175 ◦ green 218 ◦ blue 242

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

Shades of Light Blue #AFDAF2

Tints of Light Blue #AFDAF2

RGB

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

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

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

R = 27.56%
G = 34.33%
B = 38.11%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFDAF2 (or 0xAFDAF2) is known color: Light Blue. HEX triplet: AF, DA and F2. RGB value is (175,218,242). Sum of RGB (Red+Green+Blue) = 175+218+242=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFDAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDAF2 is #50250D. Grayscale: #CFCFCF. Windows color (decimal): -5252366 or 15915695. OLE color: 15915695.

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

Color convert

RGB 175 218 242 -
CMYK 0.28 0.10 0 0.05
HSL 201.49º 0.72% 0.82% -
HSV(B) 201.49º 0.28% 0.95% -
XYZ 58.78 65.67 93.58 -
YUV 207.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 175 218 242 0.28 0.10 0 0.05 201.49 0.72 0.82
Hex AF DA F2 1C A 0 5 C9 48 52
Octal 257 332 362 34 12 0 5 311 110 122
Binary 10101111 11011010 11110010 11100 1010 0 101 11001001 1001000 1010010

Color Harmonies of #AFDAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDAF2

Black with #AFDAF2

Text Example


Text Example

White with #AFDAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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