Html Css Color HEX #38BACE Summer Sky

📋 copy color: '#38BACE'

red 56 ◦ green 186 ◦ blue 206

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

Shades of Summer Sky #38BACE

Tints of Summer Sky #38BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.52%

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 12.5%
G = 41.52%
B = 45.98%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#38BACE (or 0x38BACE) is known color: Summer Sky. HEX triplet: 38, BA and CE. RGB value is (56,186,206). Sum of RGB (Red+Green+Blue) = 56+186+206=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #38BACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BACE is #C74531. Grayscale: #959595. Windows color (decimal): -13059378 or 13548088. OLE color: 13548088.

HSL color Cylindrical-coordinate representation of color #38BACE: hue angle of 188º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38BACE is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 186 206 -
CMYK 0.73 0.10 0 0.19
HSL 188º 0.6% 0.51% -
HSV(B) 188º 0.73% 0.81% -
XYZ 30.33 40.41 64.59 -
YUV 149.41 159.93 61.37 -
System Red Green Blue C M Y K H S L
Decimal 56 186 206 0.73 0.10 0 0.19 188 0.6 0.51
Hex 38 BA CE 49 A 0 13 BC 3C 33
Octal 70 272 316 111 12 0 23 274 74 63
Binary 111000 10111010 11001110 1001001 1010 0 10011 10111100 111100 110011

Color Harmonies of #38BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BACE

Black with #38BACE

Text Example


Text Example

White with #38BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,186,206); }

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

background-color css

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

 a { background-color: rgb(56,186,206); }

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

border-color css

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

 span { border-color: rgb(56,186,206); }

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