Html Css Color HEX #38BECE Summer Sky

📋 copy color: '#38BECE'

red 56 ◦ green 190 ◦ blue 206

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

Shades of Summer Sky #38BECE

Tints of Summer Sky #38BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.04%

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

R = 12.39%
G = 42.04%
B = 45.58%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#38BECE (or 0x38BECE) is known color: Summer Sky. HEX triplet: 38, BE and CE. RGB value is (56,190,206). Sum of RGB (Red+Green+Blue) = 56+190+206=452 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.39% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #38BECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BECE is #C74131. Grayscale: #979797. Windows color (decimal): -13058354 or 13549112. OLE color: 13549112.

HSL color Cylindrical-coordinate representation of color #38BECE: hue angle of 186.4º 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 #38BECE is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 190 206 -
CMYK 0.73 0.08 0 0.19
HSL 186.4º 0.6% 0.51% -
HSV(B) 186.4º 0.73% 0.81% -
XYZ 31.18 42.12 64.88 -
YUV 151.76 158.61 59.7 -
System Red Green Blue C M Y K H S L
Decimal 56 190 206 0.73 0.08 0 0.19 186.4 0.6 0.51
Hex 38 BE CE 49 8 0 13 BA 3C 33
Octal 70 276 316 111 10 0 23 272 74 63
Binary 111000 10111110 11001110 1001001 1000 0 10011 10111010 111100 110011

Color Harmonies of #38BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BECE

Black with #38BECE

Text Example


Text Example

White with #38BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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