Html Css Color HEX #AFBAED Perano

📋 copy color: '#AFBAED'

red 175 ◦ green 186 ◦ blue 237

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

Shades of Perano #AFBAED

Tints of Perano #AFBAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.1%

 BLUE value IS 237 (92.97% from 255) = 39.63%

R = 29.26%
G = 31.1%
B = 39.63%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFBAED (or 0xAFBAED) is known color: Perano. HEX triplet: AF, BA and ED. RGB value is (175,186,237). Sum of RGB (Red+Green+Blue) = 175+186+237=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFBAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBAED is #504512. Grayscale: #BCBCBC. Windows color (decimal): -5260563 or 15579823. OLE color: 15579823.

HSL color Cylindrical-coordinate representation of color #AFBAED: hue angle of 229.35º degrees, saturation: 0.63, 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 #AFBAED is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 186 237 -
CMYK 0.26 0.22 0 0.07
HSL 229.35º 0.63% 0.81% -
HSV(B) 229.35º 0.26% 0.93% -
XYZ 50.52 50.35 87.18 -
YUV 188.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 175 186 237 0.26 0.22 0 0.07 229.35 0.63 0.81
Hex AF BA ED 1A 16 0 7 E5 3F 51
Octal 257 272 355 32 26 0 7 345 77 121
Binary 10101111 10111010 11101101 11010 10110 0 111 11100101 111111 1010001

Color Harmonies of #AFBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBAED

Black with #AFBAED

Text Example


Text Example

White with #AFBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBAED; }

 p { color: rgb(175,186,237); }

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

background-color css

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

 a { background-color: rgb(175,186,237); }

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

border-color css

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

 span { border-color: rgb(175,186,237); }

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