Html Css Color HEX #2699CC Pelorous

📋 copy color: '#2699CC'

red 38 ◦ green 153 ◦ blue 204

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

Shades of Pelorous #2699CC

Tints of Pelorous #2699CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 9.62%
G = 38.73%
B = 51.65%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2699CC (or 0x2699CC) is known color: Pelorous. HEX triplet: 26, 99 and CC. RGB value is (38,153,204). Sum of RGB (Red+Green+Blue) = 38+153+204=395 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.62% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #2699CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2699CC is #D96633. Grayscale: #7C7C7C. Windows color (decimal): -14247476 or 13408550. OLE color: 13408550.

HSL color Cylindrical-coordinate representation of color #2699CC: hue angle of 198.43º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2699CC is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 153 204 -
CMYK 0.81 0.25 0 0.2
HSL 198.43º 0.69% 0.47% -
HSV(B) 198.43º 0.81% 0.8% -
XYZ 23.09 27.55 61.23 -
YUV 124.43 172.9 66.35 -
System Red Green Blue C M Y K H S L
Decimal 38 153 204 0.81 0.25 0 0.2 198.43 0.69 0.47
Hex 26 99 CC 51 19 0 14 C6 45 2F
Octal 46 231 314 121 31 0 24 306 105 57
Binary 100110 10011001 11001100 1010001 11001 0 10100 11000110 1000101 101111

Color Harmonies of #2699CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2699CC

Black with #2699CC

Text Example


Text Example

White with #2699CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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