Html Css Color HEX #268F96 Java

📋 copy color: '#268F96'

red 38 ◦ green 143 ◦ blue 150

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

Shades of Java #268F96

Tints of Java #268F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 11.48%
G = 43.2%
B = 45.32%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#268F96 (or 0x268F96) is known color: Java. HEX triplet: 26, 8F and 96. RGB value is (38,143,150). Sum of RGB (Red+Green+Blue) = 38+143+150=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #268F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268F96 is #D97069. Grayscale: #707070. Windows color (decimal): -14250090 or 9867046. OLE color: 9867046.

HSL color Cylindrical-coordinate representation of color #268F96: hue angle of 183.75º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268F96 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 143 150 -
CMYK 0.75 0.05 0 0.41
HSL 183.75º 0.6% 0.37% -
HSV(B) 183.75º 0.75% 0.59% -
XYZ 16.13 22.26 32.3 -
YUV 112.4 149.21 74.93 -
System Red Green Blue C M Y K H S L
Decimal 38 143 150 0.75 0.05 0 0.41 183.75 0.6 0.37
Hex 26 8F 96 4B 5 0 29 B8 3C 25
Octal 46 217 226 113 5 0 51 270 74 45
Binary 100110 10001111 10010110 1001011 101 0 101001 10111000 111100 100101

Color Harmonies of #268F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268F96

Black with #268F96

Text Example


Text Example

White with #268F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268F96; }

 p { color: rgb(38,143,150); }

 H1.HeaderClassName
 {
   color: #268F96;
 }
 .AnyTagClassName
 {
   color: #268F96;
 }
</style>

background-color css

<style>
 a { background-color: #268F96; }

 a { background-color: rgb(38,143,150); }

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

border-color css

<style>
 span { border-color: #268F96; }

 span { border-color: rgb(38,143,150); }

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