Html Css Color HEX #21888B Java

📋 copy color: '#21888B'

red 33 ◦ green 136 ◦ blue 139

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

Shades of Java #21888B

Tints of Java #21888B

RGB

 RED value IS 33 (13.28% from 255) = 10.71%

 GREEN value IS 136 (53.52% from 255) = 44.16%

 BLUE value IS 139 (54.69% from 255) = 45.13%

R = 10.71%
G = 44.16%
B = 45.13%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21888B (or 0x21888B) is known color: Java. HEX triplet: 21, 88 and 8B. RGB value is (33,136,139). Sum of RGB (Red+Green+Blue) = 33+136+139=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #21888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21888B is #DE7774. Grayscale: #696969. Windows color (decimal): -14579573 or 9144353. OLE color: 9144353.

HSL color Cylindrical-coordinate representation of color #21888B: hue angle of 181.7º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21888B is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 136 139 -
CMYK 0.76 0.02 0 0.45
HSL 181.7º 0.62% 0.34% -
HSV(B) 181.7º 0.76% 0.55% -
XYZ 14.09 19.8 27.5 -
YUV 105.55 146.88 76.26 -
System Red Green Blue C M Y K H S L
Decimal 33 136 139 0.76 0.02 0 0.45 181.7 0.62 0.34
Hex 21 88 8B 4C 2 0 2D B6 3E 22
Octal 41 210 213 114 2 0 55 266 76 42
Binary 100001 10001000 10001011 1001100 10 0 101101 10110110 111110 100010

Color Harmonies of #21888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21888B

Black with #21888B

Text Example


Text Example

White with #21888B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21888B; }

 p { color: rgb(33,136,139); }

 H1.HeaderClassName
 {
   color: #21888B;
 }
 .AnyTagClassName
 {
   color: #21888B;
 }
</style>

background-color css

<style>
 a { background-color: #21888B; }

 a { background-color: rgb(33,136,139); }

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

border-color css

<style>
 span { border-color: #21888B; }

 span { border-color: rgb(33,136,139); }

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