Html Css Color HEX #AFDBF2 Light Blue

📋 copy color: '#AFDBF2'

red 175 ◦ green 219 ◦ blue 242

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

Shades of Light Blue #AFDBF2

Tints of Light Blue #AFDBF2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.43%

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

R = 27.52%
G = 34.43%
B = 38.05%

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

#AFDBF2 (or 0xAFDBF2) is known color: Light Blue. HEX triplet: AF, DB and F2. RGB value is (175,219,242). Sum of RGB (Red+Green+Blue) = 175+219+242=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFDBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDBF2 is #50240D. Grayscale: #D0D0D0. Windows color (decimal): -5252110 or 15915951. OLE color: 15915951.

HSL color Cylindrical-coordinate representation of color #AFDBF2: hue angle of 200.6º 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 #AFDBF2 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 219 242 -
CMYK 0.28 0.10 0 0.05
HSL 200.6º 0.72% 0.82% -
HSV(B) 200.6º 0.28% 0.95% -
XYZ 59.04 66.19 93.67 -
YUV 208.47 146.92 104.13 -
System Red Green Blue C M Y K H S L
Decimal 175 219 242 0.28 0.10 0 0.05 200.6 0.72 0.82
Hex AF DB F2 1C A 0 5 C9 48 52
Octal 257 333 362 34 12 0 5 311 110 122
Binary 10101111 11011011 11110010 11100 1010 0 101 11001001 1001000 1010010

Color Harmonies of #AFDBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDBF2

Black with #AFDBF2

Text Example


Text Example

White with #AFDBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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