Html Css Color HEX #2699A4 Java

📋 copy color: '#2699A4'

red 38 ◦ green 153 ◦ blue 164

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

Shades of Java #2699A4

Tints of Java #2699A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.2%

R = 10.7%
G = 43.1%
B = 46.2%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2699A4 (or 0x2699A4) is known color: Java. HEX triplet: 26, 99 and A4. RGB value is (38,153,164). Sum of RGB (Red+Green+Blue) = 38+153+164=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 164 - color contains mainly: blue. Hex color #2699A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2699A4 is #D9665B. Grayscale: #777777. Windows color (decimal): -14247516 or 10787110. OLE color: 10787110.

HSL color Cylindrical-coordinate representation of color #2699A4: hue angle of 185.24º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2699A4 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 38 153 164 -
CMYK 0.77 0.07 0 0.36
HSL 185.24º 0.62% 0.4% -
HSV(B) 185.24º 0.77% 0.64% -
XYZ 18.89 25.87 39.12 -
YUV 119.87 152.9 69.61 -
System Red Green Blue C M Y K H S L
Decimal 38 153 164 0.77 0.07 0 0.36 185.24 0.62 0.4
Hex 26 99 A4 4D 7 0 24 B9 3E 28
Octal 46 231 244 115 7 0 44 271 76 50
Binary 100110 10011001 10100100 1001101 111 0 100100 10111001 111110 101000

Color Harmonies of #2699A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2699A4

Black with #2699A4

Text Example


Text Example

White with #2699A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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