Html Css Color HEX #38BDCE Summer Sky

📋 copy color: '#38BDCE'

red 56 ◦ green 189 ◦ blue 206

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

Shades of Summer Sky #38BDCE

Tints of Summer Sky #38BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.91%

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 12.42%
G = 41.91%
B = 45.68%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#38BDCE (or 0x38BDCE) is known color: Summer Sky. HEX triplet: 38, BD and CE. RGB value is (56,189,206). Sum of RGB (Red+Green+Blue) = 56+189+206=451 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.42% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #38BDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BDCE is #C74231. Grayscale: #969696. Windows color (decimal): -13058610 or 13548856. OLE color: 13548856.

HSL color Cylindrical-coordinate representation of color #38BDCE: hue angle of 186.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38BDCE is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 189 206 -
CMYK 0.73 0.08 0 0.19
HSL 186.8º 0.6% 0.51% -
HSV(B) 186.8º 0.73% 0.81% -
XYZ 30.97 41.69 64.81 -
YUV 151.17 158.94 60.12 -
System Red Green Blue C M Y K H S L
Decimal 56 189 206 0.73 0.08 0 0.19 186.8 0.6 0.51
Hex 38 BD CE 49 8 0 13 BB 3C 33
Octal 70 275 316 111 10 0 23 273 74 63
Binary 111000 10111101 11001110 1001001 1000 0 10011 10111011 111100 110011

Color Harmonies of #38BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BDCE

Black with #38BDCE

Text Example


Text Example

White with #38BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,189,206); }

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

background-color css

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

 a { background-color: rgb(56,189,206); }

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

border-color css

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

 span { border-color: rgb(56,189,206); }

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