Html Css Color HEX #38B7DC Summer Sky

📋 copy color: '#38B7DC'

red 56 ◦ green 183 ◦ blue 220

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

Shades of Summer Sky #38B7DC

Tints of Summer Sky #38B7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.87%

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 12.2%
G = 39.87%
B = 47.93%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#38B7DC (or 0x38B7DC) is known color: Summer Sky. HEX triplet: 38, B7 and DC. RGB value is (56,183,220). Sum of RGB (Red+Green+Blue) = 56+183+220=459 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.20% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #38B7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B7DC is #C74823. Grayscale: #949494. Windows color (decimal): -13060132 or 14464824. OLE color: 14464824.

HSL color Cylindrical-coordinate representation of color #38B7DC: hue angle of 193.54º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38B7DC is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 183 220 -
CMYK 0.75 0.17 0 0.14
HSL 193.54º 0.7% 0.54% -
HSV(B) 193.54º 0.75% 0.86% -
XYZ 31.48 39.88 73.75 -
YUV 149.25 167.92 61.49 -
System Red Green Blue C M Y K H S L
Decimal 56 183 220 0.75 0.17 0 0.14 193.54 0.7 0.54
Hex 38 B7 DC 4B 11 0 E C2 46 36
Octal 70 267 334 113 21 0 16 302 106 66
Binary 111000 10110111 11011100 1001011 10001 0 1110 11000010 1000110 110110

Color Harmonies of #38B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B7DC

Black with #38B7DC

Text Example


Text Example

White with #38B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,183,220); }

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

background-color css

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

 a { background-color: rgb(56,183,220); }

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

border-color css

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

 span { border-color: rgb(56,183,220); }

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