Html Css Color HEX #92AFDC Polo Blue

📋 copy color: '#92AFDC'

red 146 ◦ green 175 ◦ blue 220

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

Shades of Polo Blue #92AFDC

Tints of Polo Blue #92AFDC

RGB

 RED value IS 146 (57.42% from 255) = 26.99%

 GREEN value IS 175 (68.75% from 255) = 32.35%

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 26.99%
G = 32.35%
B = 40.67%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92AFDC (or 0x92AFDC) is known color: Polo Blue. HEX triplet: 92, AF and DC. RGB value is (146,175,220). Sum of RGB (Red+Green+Blue) = 146+175+220=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #92AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AFDC is #6D5023. Grayscale: #ABABAB. Windows color (decimal): -7163940 or 14462866. OLE color: 14462866.

HSL color Cylindrical-coordinate representation of color #92AFDC: hue angle of 216.49º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92AFDC is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 175 220 -
CMYK 0.34 0.20 0 0.14
HSL 216.49º 0.51% 0.72% -
HSV(B) 216.49º 0.34% 0.86% -
XYZ 40.1 41.94 73.69 -
YUV 171.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 146 175 220 0.34 0.20 0 0.14 216.49 0.51 0.72
Hex 92 AF DC 22 14 0 E D8 33 48
Octal 222 257 334 42 24 0 16 330 63 110
Binary 10010010 10101111 11011100 100010 10100 0 1110 11011000 110011 1001000

Color Harmonies of #92AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AFDC

Black with #92AFDC

Text Example


Text Example

White with #92AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92AFDC; }

 p { color: rgb(146,175,220); }

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

background-color css

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

 a { background-color: rgb(146,175,220); }

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

border-color css

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

 span { border-color: rgb(146,175,220); }

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