Html Css Color HEX #2CA5BC Pelorous

📋 copy color: '#2CA5BC'

red 44 ◦ green 165 ◦ blue 188

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

Shades of Pelorous #2CA5BC

Tints of Pelorous #2CA5BC

RGB

 RED value IS 44 (17.58% from 255) = 11.08%

 GREEN value IS 165 (64.84% from 255) = 41.56%

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

R = 11.08%
G = 41.56%
B = 47.36%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2CA5BC (or 0x2CA5BC) is known color: Pelorous. HEX triplet: 2C, A5 and BC. RGB value is (44,165,188). Sum of RGB (Red+Green+Blue) = 44+165+188=397 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.08% from 397); Green value is 165 (64.84% from 255 or 41.56% 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 #2CA5BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CA5BC is #D35A43. Grayscale: #838383. Windows color (decimal): -13851204 or 12363052. OLE color: 12363052.

HSL color Cylindrical-coordinate representation of color #2CA5BC: hue angle of 189.58º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CA5BC is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 165 188 -
CMYK 0.77 0.12 0 0.26
HSL 189.58º 0.62% 0.45% -
HSV(B) 189.58º 0.77% 0.74% -
XYZ 23.57 31.08 52.33 -
YUV 131.44 159.91 65.63 -
System Red Green Blue C M Y K H S L
Decimal 44 165 188 0.77 0.12 0 0.26 189.58 0.62 0.45
Hex 2C A5 BC 4D C 0 1A BE 3E 2D
Octal 54 245 274 115 14 0 32 276 76 55
Binary 101100 10100101 10111100 1001101 1100 0 11010 10111110 111110 101101

Color Harmonies of #2CA5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA5BC

Black with #2CA5BC

Text Example


Text Example

White with #2CA5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CA5BC; }

 p { color: rgb(44,165,188); }

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

background-color css

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

 a { background-color: rgb(44,165,188); }

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

border-color css

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

 span { border-color: rgb(44,165,188); }

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