Html Css Color HEX #38BADB Summer Sky

📋 copy color: '#38BADB'

red 56 ◦ green 186 ◦ blue 219

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

Shades of Summer Sky #38BADB

Tints of Summer Sky #38BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 12.15%
G = 40.35%
B = 47.51%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#38BADB (or 0x38BADB) is known color: Summer Sky. HEX triplet: 38, BA and DB. RGB value is (56,186,219). Sum of RGB (Red+Green+Blue) = 56+186+219=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #38BADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BADB is #C74524. Grayscale: #969696. Windows color (decimal): -13059365 or 14400056. OLE color: 14400056.

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

Color convert

RGB 56 186 219 -
CMYK 0.74 0.15 0 0.14
HSL 192.15º 0.69% 0.54% -
HSV(B) 192.15º 0.74% 0.86% -
XYZ 31.98 41.07 73.26 -
YUV 150.89 166.43 60.32 -
System Red Green Blue C M Y K H S L
Decimal 56 186 219 0.74 0.15 0 0.14 192.15 0.69 0.54
Hex 38 BA DB 4A F 0 E C0 45 36
Octal 70 272 333 112 17 0 16 300 105 66
Binary 111000 10111010 11011011 1001010 1111 0 1110 11000000 1000101 110110

Color Harmonies of #38BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BADB

Black with #38BADB

Text Example


Text Example

White with #38BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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