Html Css Color HEX #38BCE0 Summer Sky

📋 copy color: '#38BCE0'

red 56 ◦ green 188 ◦ blue 224

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

Shades of Summer Sky #38BCE0

Tints of Summer Sky #38BCE0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.17%

 BLUE value IS 224 (87.89% from 255) = 47.86%

R = 11.97%
G = 40.17%
B = 47.86%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#38BCE0 (or 0x38BCE0) is known color: Summer Sky. HEX triplet: 38, BC and E0. RGB value is (56,188,224). Sum of RGB (Red+Green+Blue) = 56+188+224=468 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.97% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #38BCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BCE0 is #C7431F. Grayscale: #989898. Windows color (decimal): -13058848 or 14728248. OLE color: 14728248.

HSL color Cylindrical-coordinate representation of color #38BCE0: hue angle of 192.86º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38BCE0 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 188 224 -
CMYK 0.75 0.16 0 0.12
HSL 192.86º 0.73% 0.55% -
HSV(B) 192.86º 0.75% 0.88% -
XYZ 33.07 42.19 76.92 -
YUV 152.64 168.27 59.07 -
System Red Green Blue C M Y K H S L
Decimal 56 188 224 0.75 0.16 0 0.12 192.86 0.73 0.55
Hex 38 BC E0 4B 10 0 C C1 49 37
Octal 70 274 340 113 20 0 14 301 111 67
Binary 111000 10111100 11100000 1001011 10000 0 1100 11000001 1001001 110111

Color Harmonies of #38BCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BCE0

Black with #38BCE0

Text Example


Text Example

White with #38BCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38BCE0; }

 p { color: rgb(56,188,224); }

 H1.HeaderClassName
 {
   color: #38BCE0;
 }
 .AnyTagClassName
 {
   color: #38BCE0;
 }
</style>

background-color css

<style>
 a { background-color: #38BCE0; }

 a { background-color: rgb(56,188,224); }

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

border-color css

<style>
 span { border-color: #38BCE0; }

 span { border-color: rgb(56,188,224); }

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