Html Css Color HEX #38BDD0 Summer Sky

📋 copy color: '#38BDD0'

red 56 ◦ green 189 ◦ blue 208

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

Shades of Summer Sky #38BDD0

Tints of Summer Sky #38BDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.92%

R = 12.36%
G = 41.72%
B = 45.92%

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

#38BDD0 (or 0x38BDD0) is known color: Summer Sky. HEX triplet: 38, BD and D0. RGB value is (56,189,208). Sum of RGB (Red+Green+Blue) = 56+189+208=453 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.36% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #38BDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BDD0 is #C7422F. Grayscale: #979797. Windows color (decimal): -13058608 or 13679928. OLE color: 13679928.

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

Color convert

RGB 56 189 208 -
CMYK 0.73 0.09 0 0.18
HSL 187.5º 0.62% 0.52% -
HSV(B) 187.5º 0.73% 0.82% -
XYZ 31.21 41.79 66.1 -
YUV 151.4 159.94 59.96 -
System Red Green Blue C M Y K H S L
Decimal 56 189 208 0.73 0.09 0 0.18 187.5 0.62 0.52
Hex 38 BD D0 49 9 0 12 BC 3E 34
Octal 70 275 320 111 11 0 22 274 76 64
Binary 111000 10111101 11010000 1001001 1001 0 10010 10111100 111110 110100

Color Harmonies of #38BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BDD0

Black with #38BDD0

Text Example


Text Example

White with #38BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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