Html Css Color HEX #38BFD1 Summer Sky

📋 copy color: '#38BFD1'

red 56 ◦ green 191 ◦ blue 209

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

Shades of Summer Sky #38BFD1

Tints of Summer Sky #38BFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.83%

R = 12.28%
G = 41.89%
B = 45.83%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#38BFD1 (or 0x38BFD1) is known color: Summer Sky. HEX triplet: 38, BF and D1. RGB value is (56,191,209). Sum of RGB (Red+Green+Blue) = 56+191+209=456 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.28% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #38BFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BFD1 is #C7402E. Grayscale: #989898. Windows color (decimal): -13058095 or 13745976. OLE color: 13745976.

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

Color convert

RGB 56 191 209 -
CMYK 0.73 0.09 0 0.18
HSL 187.06º 0.62% 0.52% -
HSV(B) 187.06º 0.73% 0.82% -
XYZ 31.77 42.71 66.89 -
YUV 152.69 159.77 59.04 -
System Red Green Blue C M Y K H S L
Decimal 56 191 209 0.73 0.09 0 0.18 187.06 0.62 0.52
Hex 38 BF D1 49 9 0 12 BB 3E 34
Octal 70 277 321 111 11 0 22 273 76 64
Binary 111000 10111111 11010001 1001001 1001 0 10010 10111011 111110 110100

Color Harmonies of #38BFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BFD1

Black with #38BFD1

Text Example


Text Example

White with #38BFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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