Html Css Color HEX #AFDFF4 Light Blue

📋 copy color: '#AFDFF4'

red 175 ◦ green 223 ◦ blue 244

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

Shades of Light Blue #AFDFF4

Tints of Light Blue #AFDFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.01%

R = 27.26%
G = 34.74%
B = 38.01%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFDFF4 (or 0xAFDFF4) is known color: Light Blue. HEX triplet: AF, DF and F4. RGB value is (175,223,244). Sum of RGB (Red+Green+Blue) = 175+223+244=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 244 (95.70% from 255 or 38.01% from 642); Max value from RGB is 244 - color contains mainly: blue. Hex color #AFDFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFF4 is #50200B. Grayscale: #D2D2D2. Windows color (decimal): -5251084 or 16048047. OLE color: 16048047.

HSL color Cylindrical-coordinate representation of color #AFDFF4: hue angle of 198.26º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFDFF4 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 223 244 -
CMYK 0.28 0.09 0 0.04
HSL 198.26º 0.76% 0.82% -
HSV(B) 198.26º 0.28% 0.96% -
XYZ 60.4 68.42 95.61 -
YUV 211.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 175 223 244 0.28 0.09 0 0.04 198.26 0.76 0.82
Hex AF DF F4 1C 9 0 4 C6 4C 52
Octal 257 337 364 34 11 0 4 306 114 122
Binary 10101111 11011111 11110100 11100 1001 0 100 11000110 1001100 1010010

Color Harmonies of #AFDFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFF4

Black with #AFDFF4

Text Example


Text Example

White with #AFDFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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