Html Css Color HEX #38BCD9 Summer Sky

📋 copy color: '#38BCD9'

red 56 ◦ green 188 ◦ blue 217

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

Shades of Summer Sky #38BCD9

Tints of Summer Sky #38BCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.07%

R = 12.15%
G = 40.78%
B = 47.07%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#38BCD9 (or 0x38BCD9) is known color: Summer Sky. HEX triplet: 38, BC and D9. RGB value is (56,188,217). Sum of RGB (Red+Green+Blue) = 56+188+217=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #38BCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BCD9 is #C74326. Grayscale: #979797. Windows color (decimal): -13058855 or 14269496. OLE color: 14269496.

HSL color Cylindrical-coordinate representation of color #38BCD9: hue angle of 190.81º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38BCD9 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 188 217 -
CMYK 0.74 0.13 0 0.15
HSL 190.81º 0.68% 0.54% -
HSV(B) 190.81º 0.74% 0.85% -
XYZ 32.14 41.82 72.02 -
YUV 151.84 164.77 59.64 -
System Red Green Blue C M Y K H S L
Decimal 56 188 217 0.74 0.13 0 0.15 190.81 0.68 0.54
Hex 38 BC D9 4A D 0 F BF 44 36
Octal 70 274 331 112 15 0 17 277 104 66
Binary 111000 10111100 11011001 1001010 1101 0 1111 10111111 1000100 110110

Color Harmonies of #38BCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BCD9

Black with #38BCD9

Text Example


Text Example

White with #38BCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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