Html Css Color HEX #38BFD5 Summer Sky

📋 copy color: '#38BFD5'

red 56 ◦ green 191 ◦ blue 213

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

Shades of Summer Sky #38BFD5

Tints of Summer Sky #38BFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.3%

R = 12.17%
G = 41.52%
B = 46.3%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#38BFD5 (or 0x38BFD5) is known color: Summer Sky. HEX triplet: 38, BF and D5. RGB value is (56,191,213). Sum of RGB (Red+Green+Blue) = 56+191+213=460 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.17% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 213 - color contains mainly: blue. Hex color #38BFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BFD5 is #C7402A. Grayscale: #989898. Windows color (decimal): -13058091 or 14008120. OLE color: 14008120.

HSL color Cylindrical-coordinate representation of color #38BFD5: hue angle of 188.41º degrees, saturation: 0.65, 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 #38BFD5 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 191 213 -
CMYK 0.74 0.10 0 0.16
HSL 188.41º 0.65% 0.53% -
HSV(B) 188.41º 0.74% 0.84% -
XYZ 32.27 42.91 69.53 -
YUV 153.14 161.77 58.71 -
System Red Green Blue C M Y K H S L
Decimal 56 191 213 0.74 0.10 0 0.16 188.41 0.65 0.53
Hex 38 BF D5 4A A 0 10 BC 41 35
Octal 70 277 325 112 12 0 20 274 101 65
Binary 111000 10111111 11010101 1001010 1010 0 10000 10111100 1000001 110101

Color Harmonies of #38BFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BFD5

Black with #38BFD5

Text Example


Text Example

White with #38BFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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