Html Css Color HEX #38D0EF Summer Sky

📋 copy color: '#38D0EF'

red 56 ◦ green 208 ◦ blue 239

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

Shades of Summer Sky #38D0EF

Tints of Summer Sky #38D0EF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.35%

 BLUE value IS 239 (93.75% from 255) = 47.51%

R = 11.13%
G = 41.35%
B = 47.51%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#38D0EF (or 0x38D0EF) is known color: Summer Sky. HEX triplet: 38, D0 and EF. RGB value is (56,208,239). Sum of RGB (Red+Green+Blue) = 56+208+239=503 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.13% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #38D0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38D0EF is #C72F10. Grayscale: #A5A5A5. Windows color (decimal): -13053713 or 15716408. OLE color: 15716408.

HSL color Cylindrical-coordinate representation of color #38D0EF: hue angle of 190.16º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38D0EF is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 208 239 -
CMYK 0.77 0.13 0 0.06
HSL 190.16º 0.85% 0.58% -
HSV(B) 190.16º 0.77% 0.94% -
XYZ 39.77 52.18 89.64 -
YUV 166.09 169.14 49.48 -
System Red Green Blue C M Y K H S L
Decimal 56 208 239 0.77 0.13 0 0.06 190.16 0.85 0.58
Hex 38 D0 EF 4D D 0 6 BE 55 3A
Octal 70 320 357 115 15 0 6 276 125 72
Binary 111000 11010000 11101111 1001101 1101 0 110 10111110 1010101 111010

Color Harmonies of #38D0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D0EF

Black with #38D0EF

Text Example


Text Example

White with #38D0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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