Html Css Color HEX #228F99 Java

📋 copy color: '#228F99'

red 34 ◦ green 143 ◦ blue 153

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

Shades of Java #228F99

Tints of Java #228F99

RGB

 RED value IS 34 (13.67% from 255) = 10.3%

 GREEN value IS 143 (56.25% from 255) = 43.33%

 BLUE value IS 153 (60.16% from 255) = 46.36%

R = 10.3%
G = 43.33%
B = 46.36%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#228F99 (or 0x228F99) is known color: Java. HEX triplet: 22, 8F and 99. RGB value is (34,143,153). Sum of RGB (Red+Green+Blue) = 34+143+153=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #228F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228F99 is #DD7066. Grayscale: #6F6F6F. Windows color (decimal): -14512231 or 10063650. OLE color: 10063650.

HSL color Cylindrical-coordinate representation of color #228F99: hue angle of 185.04º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #228F99 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 143 153 -
CMYK 0.78 0.07 0 0.4
HSL 185.04º 0.64% 0.37% -
HSV(B) 185.04º 0.78% 0.6% -
XYZ 16.23 22.28 33.58 -
YUV 111.55 151.39 72.69 -
System Red Green Blue C M Y K H S L
Decimal 34 143 153 0.78 0.07 0 0.4 185.04 0.64 0.37
Hex 22 8F 99 4E 7 0 28 B9 40 25
Octal 42 217 231 116 7 0 50 271 100 45
Binary 100010 10001111 10011001 1001110 111 0 101000 10111001 1000000 100101

Color Harmonies of #228F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228F99

Black with #228F99

Text Example


Text Example

White with #228F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228F99; }

 p { color: rgb(34,143,153); }

 H1.HeaderClassName
 {
   color: #228F99;
 }
 .AnyTagClassName
 {
   color: #228F99;
 }
</style>

background-color css

<style>
 a { background-color: #228F99; }

 a { background-color: rgb(34,143,153); }

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

border-color css

<style>
 span { border-color: #228F99; }

 span { border-color: rgb(34,143,153); }

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