Html Css Color HEX #AFDBEE Light Blue

📋 copy color: '#AFDBEE'

red 175 ◦ green 219 ◦ blue 238

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

Shades of Light Blue #AFDBEE

Tints of Light Blue #AFDBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.66%

R = 27.69%
G = 34.65%
B = 37.66%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFDBEE (or 0xAFDBEE) is known color: Light Blue. HEX triplet: AF, DB and EE. RGB value is (175,219,238). Sum of RGB (Red+Green+Blue) = 175+219+238=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFDBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDBEE is #502411. Grayscale: #CFCFCF. Windows color (decimal): -5252114 or 15653807. OLE color: 15653807.

HSL color Cylindrical-coordinate representation of color #AFDBEE: hue angle of 198.1º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFDBEE is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 219 238 -
CMYK 0.26 0.08 0 0.07
HSL 198.1º 0.65% 0.81% -
HSV(B) 198.1º 0.26% 0.93% -
XYZ 58.44 65.95 90.54 -
YUV 208.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 175 219 238 0.26 0.08 0 0.07 198.1 0.65 0.81
Hex AF DB EE 1A 8 0 7 C6 41 51
Octal 257 333 356 32 10 0 7 306 101 121
Binary 10101111 11011011 11101110 11010 1000 0 111 11000110 1000001 1010001

Color Harmonies of #AFDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDBEE

Black with #AFDBEE

Text Example


Text Example

White with #AFDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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