Html Css Color HEX #239BDC Summer Sky

📋 copy color: '#239BDC'

red 35 ◦ green 155 ◦ blue 220

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

Shades of Summer Sky #239BDC

Tints of Summer Sky #239BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 8.54%
G = 37.8%
B = 53.66%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#239BDC (or 0x239BDC) is known color: Summer Sky. HEX triplet: 23, 9B and DC. RGB value is (35,155,220). Sum of RGB (Red+Green+Blue) = 35+155+220=410 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.54% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #239BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BDC is #DC6423. Grayscale: #7E7E7E. Windows color (decimal): -14443556 or 14457635. OLE color: 14457635.

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

Color convert

RGB 35 155 220 -
CMYK 0.84 0.30 0 0.14
HSL 201.08º 0.73% 0.5% -
HSV(B) 201.08º 0.84% 0.86% -
XYZ 25.33 28.97 71.97 -
YUV 126.53 180.74 62.71 -
System Red Green Blue C M Y K H S L
Decimal 35 155 220 0.84 0.30 0 0.14 201.08 0.73 0.5
Hex 23 9B DC 54 1E 0 E C9 49 32
Octal 43 233 334 124 36 0 16 311 111 62
Binary 100011 10011011 11011100 1010100 11110 0 1110 11001001 1001001 110010

Color Harmonies of #239BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BDC

Black with #239BDC

Text Example


Text Example

White with #239BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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