Html Css Color HEX #38BAD0 Summer Sky

📋 copy color: '#38BAD0'

red 56 ◦ green 186 ◦ blue 208

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

Shades of Summer Sky #38BAD0

Tints of Summer Sky #38BAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.22%

R = 12.44%
G = 41.33%
B = 46.22%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#38BAD0 (or 0x38BAD0) is known color: Summer Sky. HEX triplet: 38, BA and D0. RGB value is (56,186,208). Sum of RGB (Red+Green+Blue) = 56+186+208=450 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.44% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #38BAD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BAD0 is #C7452F. Grayscale: #959595. Windows color (decimal): -13059376 or 13679160. OLE color: 13679160.

HSL color Cylindrical-coordinate representation of color #38BAD0: hue angle of 188.68º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38BAD0 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 186 208 -
CMYK 0.73 0.11 0 0.18
HSL 188.68º 0.62% 0.52% -
HSV(B) 188.68º 0.73% 0.82% -
XYZ 30.57 40.51 65.88 -
YUV 149.64 160.93 61.21 -
System Red Green Blue C M Y K H S L
Decimal 56 186 208 0.73 0.11 0 0.18 188.68 0.62 0.52
Hex 38 BA D0 49 B 0 12 BD 3E 34
Octal 70 272 320 111 13 0 22 275 76 64
Binary 111000 10111010 11010000 1001001 1011 0 10010 10111101 111110 110100

Color Harmonies of #38BAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BAD0

Black with #38BAD0

Text Example


Text Example

White with #38BAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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