Html Css Color HEX #2B9ACD Pelorous

📋 copy color: '#2B9ACD'

red 43 ◦ green 154 ◦ blue 205

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

Shades of Pelorous #2B9ACD

Tints of Pelorous #2B9ACD

RGB

 RED value IS 43 (17.19% from 255) = 10.7%

 GREEN value IS 154 (60.55% from 255) = 38.31%

 BLUE value IS 205 (80.47% from 255) = 51%

R = 10.7%
G = 38.31%
B = 51%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2B9ACD (or 0x2B9ACD) is known color: Pelorous. HEX triplet: 2B, 9A and CD. RGB value is (43,154,205). Sum of RGB (Red+Green+Blue) = 43+154+205=402 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.70% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B9ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9ACD is #D46532. Grayscale: #7E7E7E. Windows color (decimal): -13919539 or 13474347. OLE color: 13474347.

HSL color Cylindrical-coordinate representation of color #2B9ACD: hue angle of 198.89º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B9ACD is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 154 205 -
CMYK 0.79 0.25 0 0.20
HSL 198.89º 0.65% 0.49% -
HSV(B) 198.89º 0.79% 0.8% -
XYZ 23.57 28.03 61.93 -
YUV 126.63 172.23 68.35 -
System Red Green Blue C M Y K H S L
Decimal 43 154 205 0.79 0.25 0 0.20 198.89 0.65 0.49
Hex 2B 9A CD 4F 19 0 14 C7 41 31
Octal 53 232 315 117 31 0 24 307 101 61
Binary 101011 10011010 11001101 1001111 11001 0 10100 11000111 1000001 110001

Color Harmonies of #2B9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9ACD

Black with #2B9ACD

Text Example


Text Example

White with #2B9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,154,205); }

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

background-color css

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

 a { background-color: rgb(43,154,205); }

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

border-color css

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

 span { border-color: rgb(43,154,205); }

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