Html Css Color HEX #92AFDA Polo Blue

📋 copy color: '#92AFDA'

red 146 ◦ green 175 ◦ blue 218

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

Shades of Polo Blue #92AFDA

Tints of Polo Blue #92AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 27.09%
G = 32.47%
B = 40.45%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#92AFDA (or 0x92AFDA) is known color: Polo Blue. HEX triplet: 92, AF and DA. RGB value is (146,175,218). Sum of RGB (Red+Green+Blue) = 146+175+218=539 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.09% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #92AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AFDA is #6D5025. Grayscale: #ABABAB. Windows color (decimal): -7163942 or 14331794. OLE color: 14331794.

HSL color Cylindrical-coordinate representation of color #92AFDA: hue angle of 215.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92AFDA is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 175 218 -
CMYK 0.33 0.20 0 0.15
HSL 215.83º 0.49% 0.71% -
HSV(B) 215.83º 0.33% 0.85% -
XYZ 39.84 41.83 72.3 -
YUV 171.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 146 175 218 0.33 0.20 0 0.15 215.83 0.49 0.71
Hex 92 AF DA 21 14 0 F D8 31 47
Octal 222 257 332 41 24 0 17 330 61 107
Binary 10010010 10101111 11011010 100001 10100 0 1111 11011000 110001 1000111

Color Harmonies of #92AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AFDA

Black with #92AFDA

Text Example


Text Example

White with #92AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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