Html Css Color HEX #2699AB Pelorous

📋 copy color: '#2699AB'

red 38 ◦ green 153 ◦ blue 171

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

Shades of Pelorous #2699AB

Tints of Pelorous #2699AB

RGB

 RED value IS 38 (15.23% from 255) = 10.5%

 GREEN value IS 153 (60.16% from 255) = 42.27%

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 10.5%
G = 42.27%
B = 47.24%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2699AB (or 0x2699AB) is known color: Pelorous. HEX triplet: 26, 99 and AB. RGB value is (38,153,171). Sum of RGB (Red+Green+Blue) = 38+153+171=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #2699AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2699AB is #D96654. Grayscale: #787878. Windows color (decimal): -14247509 or 11245862. OLE color: 11245862.

HSL color Cylindrical-coordinate representation of color #2699AB: hue angle of 188.12º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2699AB is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 153 171 -
CMYK 0.78 0.11 0 0.33
HSL 188.12º 0.64% 0.41% -
HSV(B) 188.12º 0.78% 0.67% -
XYZ 19.54 26.13 42.54 -
YUV 120.67 156.4 69.04 -
System Red Green Blue C M Y K H S L
Decimal 38 153 171 0.78 0.11 0 0.33 188.12 0.64 0.41
Hex 26 99 AB 4E B 0 21 BC 40 29
Octal 46 231 253 116 13 0 41 274 100 51
Binary 100110 10011001 10101011 1001110 1011 0 100001 10111100 1000000 101001

Color Harmonies of #2699AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2699AB

Black with #2699AB

Text Example


Text Example

White with #2699AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2699AB; }

 p { color: rgb(38,153,171); }

 H1.HeaderClassName
 {
   color: #2699AB;
 }
 .AnyTagClassName
 {
   color: #2699AB;
 }
</style>

background-color css

<style>
 a { background-color: #2699AB; }

 a { background-color: rgb(38,153,171); }

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

border-color css

<style>
 span { border-color: #2699AB; }

 span { border-color: rgb(38,153,171); }

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