Html Css Color HEX #AFDFEF Light Blue

📋 copy color: '#AFDFEF'

red 175 ◦ green 223 ◦ blue 239

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

Shades of Light Blue #AFDFEF

Tints of Light Blue #AFDFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.52%

R = 27.47%
G = 35.01%
B = 37.52%

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

#AFDFEF (or 0xAFDFEF) is known color: Light Blue. HEX triplet: AF, DF and EF. RGB value is (175,223,239). Sum of RGB (Red+Green+Blue) = 175+223+239=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFDFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFEF is #502010. Grayscale: #D2D2D2. Windows color (decimal): -5251089 or 15720367. OLE color: 15720367.

HSL color Cylindrical-coordinate representation of color #AFDFEF: hue angle of 195º degrees, saturation: 0.67, 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 #AFDFEF is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 223 239 -
CMYK 0.27 0.07 0 0.06
HSL 195º 0.67% 0.81% -
HSV(B) 195º 0.27% 0.94% -
XYZ 59.65 68.12 91.67 -
YUV 210.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 175 223 239 0.27 0.07 0 0.06 195 0.67 0.81
Hex AF DF EF 1B 7 0 6 C3 43 51
Octal 257 337 357 33 7 0 6 303 103 121
Binary 10101111 11011111 11101111 11011 111 0 110 11000011 1000011 1010001

Color Harmonies of #AFDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFEF

Black with #AFDFEF

Text Example


Text Example

White with #AFDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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