Html Css Color HEX #388EDE Summer Sky

📋 copy color: '#388EDE'

red 56 ◦ green 142 ◦ blue 222

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

Shades of Summer Sky #388EDE

Tints of Summer Sky #388EDE

RGB

 RED value IS 56 (22.27% from 255) = 13.33%

 GREEN value IS 142 (55.86% from 255) = 33.81%

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

R = 13.33%
G = 33.81%
B = 52.86%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#388EDE (or 0x388EDE) is known color: Summer Sky. HEX triplet: 38, 8E and DE. RGB value is (56,142,222). Sum of RGB (Red+Green+Blue) = 56+142+222=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #388EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388EDE is #C77121. Grayscale: #7D7D7D. Windows color (decimal): -13070626 or 14585400. OLE color: 14585400.

HSL color Cylindrical-coordinate representation of color #388EDE: hue angle of 208.92º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388EDE is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 142 222 -
CMYK 0.75 0.36 0 0.13
HSL 208.92º 0.72% 0.55% -
HSV(B) 208.92º 0.75% 0.87% -
XYZ 24.49 25.46 72.73 -
YUV 125.41 182.51 78.5 -
System Red Green Blue C M Y K H S L
Decimal 56 142 222 0.75 0.36 0 0.13 208.92 0.72 0.55
Hex 38 8E DE 4B 24 0 D D1 48 37
Octal 70 216 336 113 44 0 15 321 110 67
Binary 111000 10001110 11011110 1001011 100100 0 1101 11010001 1001000 110111

Color Harmonies of #388EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388EDE

Black with #388EDE

Text Example


Text Example

White with #388EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388EDE; }

 p { color: rgb(56,142,222); }

 H1.HeaderClassName
 {
   color: #388EDE;
 }
 .AnyTagClassName
 {
   color: #388EDE;
 }
</style>

background-color css

<style>
 a { background-color: #388EDE; }

 a { background-color: rgb(56,142,222); }

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

border-color css

<style>
 span { border-color: #388EDE; }

 span { border-color: rgb(56,142,222); }

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