Html Css Color HEX #AFB8E6 Perano

📋 copy color: '#AFB8E6'

red 175 ◦ green 184 ◦ blue 230

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

Shades of Perano #AFB8E6

Tints of Perano #AFB8E6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.24%

 BLUE value IS 230 (90.23% from 255) = 39.05%

R = 29.71%
G = 31.24%
B = 39.05%

CMYK

 C value IS 0.24

 M value IS 0.2

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFB8E6 (or 0xAFB8E6) is known color: Perano. HEX triplet: AF, B8 and E6. RGB value is (175,184,230). Sum of RGB (Red+Green+Blue) = 175+184+230=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFB8E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB8E6 is #504719. Grayscale: #BABABA. Windows color (decimal): -5261082 or 15120559. OLE color: 15120559.

HSL color Cylindrical-coordinate representation of color #AFB8E6: hue angle of 230.18º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFB8E6 is Cyan = 0.24, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 184 230 -
CMYK 0.24 0.2 0 0.10
HSL 230.18º 0.52% 0.79% -
HSV(B) 230.18º 0.24% 0.9% -
XYZ 49.1 49.11 81.75 -
YUV 186.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 175 184 230 0.24 0.2 0 0.10 230.18 0.52 0.79
Hex AF B8 E6 18 14 0 A E6 34 4F
Octal 257 270 346 30 24 0 12 346 64 117
Binary 10101111 10111000 11100110 11000 10100 0 1010 11100110 110100 1001111

Color Harmonies of #AFB8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8E6

Black with #AFB8E6

Text Example


Text Example

White with #AFB8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8E6; }

 p { color: rgb(175,184,230); }

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

background-color css

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

 a { background-color: rgb(175,184,230); }

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

border-color css

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

 span { border-color: rgb(175,184,230); }

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