Html Css Color HEX #AFBFED Perano

📋 copy color: '#AFBFED'

red 175 ◦ green 191 ◦ blue 237

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

Shades of Perano #AFBFED

Tints of Perano #AFBFED

RGB

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

 GREEN value IS 191 (75% from 255) = 31.67%

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

R = 29.02%
G = 31.67%
B = 39.3%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFBFED (or 0xAFBFED) is known color: Perano. HEX triplet: AF, BF and ED. RGB value is (175,191,237). Sum of RGB (Red+Green+Blue) = 175+191+237=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFBFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBFED is #504012. Grayscale: #BFBFBF. Windows color (decimal): -5259283 or 15581103. OLE color: 15581103.

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

Color convert

RGB 175 191 237 -
CMYK 0.26 0.19 0 0.07
HSL 224.52º 0.63% 0.81% -
HSV(B) 224.52º 0.26% 0.93% -
XYZ 51.6 52.49 87.53 -
YUV 191.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 175 191 237 0.26 0.19 0 0.07 224.52 0.63 0.81
Hex AF BF ED 1A 13 0 7 E1 3F 51
Octal 257 277 355 32 23 0 7 341 77 121
Binary 10101111 10111111 11101101 11010 10011 0 111 11100001 111111 1010001

Color Harmonies of #AFBFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFED

Black with #AFBFED

Text Example


Text Example

White with #AFBFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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