Html Css Color HEX #38BFDC Summer Sky

📋 copy color: '#38BFDC'

red 56 ◦ green 191 ◦ blue 220

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

Shades of Summer Sky #38BFDC

Tints of Summer Sky #38BFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 11.99%
G = 40.9%
B = 47.11%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#38BFDC (or 0x38BFDC) is known color: Summer Sky. HEX triplet: 38, BF and DC. RGB value is (56,191,220). Sum of RGB (Red+Green+Blue) = 56+191+220=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #38BFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BFDC is #C74023. Grayscale: #999999. Windows color (decimal): -13058084 or 14466872. OLE color: 14466872.

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

Color convert

RGB 56 191 220 -
CMYK 0.75 0.13 0 0.14
HSL 190.61º 0.7% 0.54% -
HSV(B) 190.61º 0.75% 0.86% -
XYZ 33.18 43.27 74.31 -
YUV 153.94 165.27 58.14 -
System Red Green Blue C M Y K H S L
Decimal 56 191 220 0.75 0.13 0 0.14 190.61 0.7 0.54
Hex 38 BF DC 4B D 0 E BF 46 36
Octal 70 277 334 113 15 0 16 277 106 66
Binary 111000 10111111 11011100 1001011 1101 0 1110 10111111 1000110 110110

Color Harmonies of #38BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BFDC

Black with #38BFDC

Text Example


Text Example

White with #38BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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