Html Css Color HEX #239BDD Summer Sky

📋 copy color: '#239BDD'

red 35 ◦ green 155 ◦ blue 221

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

Shades of Summer Sky #239BDD

Tints of Summer Sky #239BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 8.52%
G = 37.71%
B = 53.77%

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

#239BDD (or 0x239BDD) is known color: Summer Sky. HEX triplet: 23, 9B and DD. RGB value is (35,155,221). Sum of RGB (Red+Green+Blue) = 35+155+221=411 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.52% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #239BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BDD is #DC6422. Grayscale: #7E7E7E. Windows color (decimal): -14443555 or 14523171. OLE color: 14523171.

HSL color Cylindrical-coordinate representation of color #239BDD: hue angle of 201.29º degrees, saturation: 0.73, 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 #239BDD is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 155 221 -
CMYK 0.84 0.30 0 0.13
HSL 201.29º 0.73% 0.5% -
HSV(B) 201.29º 0.84% 0.87% -
XYZ 25.47 29.02 72.67 -
YUV 126.64 181.24 62.63 -
System Red Green Blue C M Y K H S L
Decimal 35 155 221 0.84 0.30 0 0.13 201.29 0.73 0.5
Hex 23 9B DD 54 1E 0 D C9 49 32
Octal 43 233 335 124 36 0 15 311 111 62
Binary 100011 10011011 11011101 1010100 11110 0 1101 11001001 1001001 110010

Color Harmonies of #239BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BDD

Black with #239BDD

Text Example


Text Example

White with #239BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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