#239BD5

Color #239BD5 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #239BD5

Tints of Summer Sky #239BD5

Color information

#239BD5 (or 0x239BD5) is unknown color: approx Summer Sky. HEX triplet: 23, 9B and D5. RGB value is (35,155,213). Sum of RGB (Red+Green+Blue) = 35+155+213=403 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.68% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #239BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BD5 is #DC642A. Grayscale: #7D7D7D. Windows color (decimal): -14443563 or 13998883. OLE color: 13998883.

HSL color Cylindrical-coordinate representation of color #239BD5: hue angle of 199.55º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #239BD5 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB35155213-
CMYK0.840.2700.16
HSL199.55º71.77%48.63%-
HSV(B)199.55º83.57%83.53%-
XYZ24.4228.667.18-
YUV125.73177.2463.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.68%
GREEN value IS 155 (60.94% from 255) = 38.46%
BLUE value IS 213 (83.59% from 255) = 52.85%
R=8.68%
G=38.46%
B=52.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal351552130.840.2700.16199.5571.7748.63
Hex239BD5541B010c84831
Octal432333251243302031011061
Binary1000111001101111010101101010011011010000110010001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239BD5; }

 p { color: rgb(35,155,213); }

 H1.HeaderClassName
 {
   color: #239BD5;
 }
 .AnyTagClassName
 {
   color: #239BD5;
 }
</style>
background-color css

<style>
 a { background-color: #239BD5; }

 a { background-color: rgb(35,155,213); }

 div.DivClassName
 {
   background-color: #239BD5;
 }
 .BgClassName
 {
   background-color: #239BD5;
 }
</style>
border-color css

<style>
 span { border-color: #239BD5; }

 span { border-color: rgb(35,155,213); }

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