Html Css Color HEX #38BFD7 Summer Sky

📋 copy color: '#38BFD7'

red 56 ◦ green 191 ◦ blue 215

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

Shades of Summer Sky #38BFD7

Tints of Summer Sky #38BFD7

RGB

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

 GREEN value IS 191 (75% from 255) = 41.34%

 BLUE value IS 215 (84.38% from 255) = 46.54%

R = 12.12%
G = 41.34%
B = 46.54%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#38BFD7 (or 0x38BFD7) is known color: Summer Sky. HEX triplet: 38, BF and D7. RGB value is (56,191,215). Sum of RGB (Red+Green+Blue) = 56+191+215=462 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.12% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #38BFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BFD7 is #C74028. Grayscale: #999999. Windows color (decimal): -13058089 or 14139192. OLE color: 14139192.

HSL color Cylindrical-coordinate representation of color #38BFD7: hue angle of 189.06º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38BFD7 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 191 215 -
CMYK 0.74 0.11 0 0.16
HSL 189.06º 0.67% 0.53% -
HSV(B) 189.06º 0.74% 0.84% -
XYZ 32.53 43.01 70.88 -
YUV 153.37 162.77 58.55 -
System Red Green Blue C M Y K H S L
Decimal 56 191 215 0.74 0.11 0 0.16 189.06 0.67 0.53
Hex 38 BF D7 4A B 0 10 BD 43 35
Octal 70 277 327 112 13 0 20 275 103 65
Binary 111000 10111111 11010111 1001010 1011 0 10000 10111101 1000011 110101

Color Harmonies of #38BFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BFD7

Black with #38BFD7

Text Example


Text Example

White with #38BFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,191,215); }

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

background-color css

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

 a { background-color: rgb(56,191,215); }

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

border-color css

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

 span { border-color: rgb(56,191,215); }

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