Html Css Color HEX #38BCED Summer Sky

📋 copy color: '#38BCED'

red 56 ◦ green 188 ◦ blue 237

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

Shades of Summer Sky #38BCED

Tints of Summer Sky #38BCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.27%

R = 11.64%
G = 39.09%
B = 49.27%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#38BCED (or 0x38BCED) is known color: Summer Sky. HEX triplet: 38, BC and ED. RGB value is (56,188,237). Sum of RGB (Red+Green+Blue) = 56+188+237=481 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.64% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #38BCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BCED is #C74312. Grayscale: #999999. Windows color (decimal): -13058835 or 15580216. OLE color: 15580216.

HSL color Cylindrical-coordinate representation of color #38BCED: hue angle of 196.24º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38BCED is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 188 237 -
CMYK 0.76 0.21 0 0.07
HSL 196.24º 0.83% 0.57% -
HSV(B) 196.24º 0.76% 0.93% -
XYZ 34.9 42.92 86.57 -
YUV 154.12 174.77 58.02 -
System Red Green Blue C M Y K H S L
Decimal 56 188 237 0.76 0.21 0 0.07 196.24 0.83 0.57
Hex 38 BC ED 4C 15 0 7 C4 53 39
Octal 70 274 355 114 25 0 7 304 123 71
Binary 111000 10111100 11101101 1001100 10101 0 111 11000100 1010011 111001

Color Harmonies of #38BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BCED

Black with #38BCED

Text Example


Text Example

White with #38BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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