Html Css Color HEX #27AABC Pelorous

📋 copy color: '#27AABC'

red 39 ◦ green 170 ◦ blue 188

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

Shades of Pelorous #27AABC

Tints of Pelorous #27AABC

RGB

 RED value IS 39 (15.63% from 255) = 9.82%

 GREEN value IS 170 (66.8% from 255) = 42.82%

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 9.82%
G = 42.82%
B = 47.36%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#27AABC (or 0x27AABC) is known color: Pelorous. HEX triplet: 27, AA and BC. RGB value is (39,170,188). Sum of RGB (Red+Green+Blue) = 39+170+188=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #27AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27AABC is #D85543. Grayscale: #848484. Windows color (decimal): -14177604 or 12364327. OLE color: 12364327.

HSL color Cylindrical-coordinate representation of color #27AABC: hue angle of 187.25º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27AABC is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 170 188 -
CMYK 0.79 0.10 0 0.26
HSL 187.25º 0.66% 0.45% -
HSV(B) 187.25º 0.79% 0.74% -
XYZ 24.29 32.81 52.63 -
YUV 132.88 159.1 61.04 -
System Red Green Blue C M Y K H S L
Decimal 39 170 188 0.79 0.10 0 0.26 187.25 0.66 0.45
Hex 27 AA BC 4F A 0 1A BB 42 2D
Octal 47 252 274 117 12 0 32 273 102 55
Binary 100111 10101010 10111100 1001111 1010 0 11010 10111011 1000010 101101

Color Harmonies of #27AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27AABC

Black with #27AABC

Text Example


Text Example

White with #27AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27AABC; }

 p { color: rgb(39,170,188); }

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

background-color css

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

 a { background-color: rgb(39,170,188); }

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

border-color css

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

 span { border-color: rgb(39,170,188); }

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