Html Css Color HEX #239BDE Summer Sky

📋 copy color: '#239BDE'

red 35 ◦ green 155 ◦ blue 222

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

Shades of Summer Sky #239BDE

Tints of Summer Sky #239BDE

RGB

 RED value IS 35 (14.06% from 255) = 8.5%

 GREEN value IS 155 (60.94% from 255) = 37.62%

 BLUE value IS 222 (87.11% from 255) = 53.88%

R = 8.5%
G = 37.62%
B = 53.88%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#239BDE (or 0x239BDE) is known color: Summer Sky. HEX triplet: 23, 9B and DE. RGB value is (35,155,222). Sum of RGB (Red+Green+Blue) = 35+155+222=412 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.50% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #239BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BDE is #DC6421. Grayscale: #7E7E7E. Windows color (decimal): -14443554 or 14588707. OLE color: 14588707.

HSL color Cylindrical-coordinate representation of color #239BDE: hue angle of 201.5º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #239BDE is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 155 222 -
CMYK 0.84 0.30 0 0.13
HSL 201.5º 0.74% 0.5% -
HSV(B) 201.5º 0.84% 0.87% -
XYZ 25.6 29.07 73.37 -
YUV 126.76 181.74 62.55 -
System Red Green Blue C M Y K H S L
Decimal 35 155 222 0.84 0.30 0 0.13 201.5 0.74 0.5
Hex 23 9B DE 54 1E 0 D C9 4A 32
Octal 43 233 336 124 36 0 15 311 112 62
Binary 100011 10011011 11011110 1010100 11110 0 1101 11001001 1001010 110010

Color Harmonies of #239BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BDE

Black with #239BDE

Text Example


Text Example

White with #239BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #239BDE;
 }
 .AnyTagClassName
 {
   color: #239BDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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