Html Css Color HEX #27A8BC Pelorous

📋 copy color: '#27A8BC'

red 39 ◦ green 168 ◦ blue 188

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

Shades of Pelorous #27A8BC

Tints of Pelorous #27A8BC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

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

R = 9.87%
G = 42.53%
B = 47.59%

CMYK

 C value IS 0.79

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#27A8BC (or 0x27A8BC) is known color: Pelorous. HEX triplet: 27, A8 and BC. RGB value is (39,168,188). Sum of RGB (Red+Green+Blue) = 39+168+188=395 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.87% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #27A8BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27A8BC is #D85743. Grayscale: #838383. Windows color (decimal): -14178116 or 12363815. OLE color: 12363815.

HSL color Cylindrical-coordinate representation of color #27A8BC: hue angle of 188.05º 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 #27A8BC is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 168 188 -
CMYK 0.79 0.11 0 0.26
HSL 188.05º 0.66% 0.45% -
HSV(B) 188.05º 0.79% 0.74% -
XYZ 23.92 32.07 52.51 -
YUV 131.71 159.76 61.87 -
System Red Green Blue C M Y K H S L
Decimal 39 168 188 0.79 0.11 0 0.26 188.05 0.66 0.45
Hex 27 A8 BC 4F B 0 1A BC 42 2D
Octal 47 250 274 117 13 0 32 274 102 55
Binary 100111 10101000 10111100 1001111 1011 0 11010 10111100 1000010 101101

Color Harmonies of #27A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27A8BC

Black with #27A8BC

Text Example


Text Example

White with #27A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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