Html Css Color HEX #38ADF8 Summer Sky

📋 copy color: '#38ADF8'

red 56 ◦ green 173 ◦ blue 248

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

Shades of Summer Sky #38ADF8

Tints of Summer Sky #38ADF8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.27%

 BLUE value IS 248 (97.27% from 255) = 51.99%

R = 11.74%
G = 36.27%
B = 51.99%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#38ADF8 (or 0x38ADF8) is known color: Summer Sky. HEX triplet: 38, AD and F8. RGB value is (56,173,248). Sum of RGB (Red+Green+Blue) = 56+173+248=477 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.74% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #38ADF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38ADF8 is #C75207. Grayscale: #929292. Windows color (decimal): -13062664 or 16297272. OLE color: 16297272.

HSL color Cylindrical-coordinate representation of color #38ADF8: hue angle of 203.44º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38ADF8 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 173 248 -
CMYK 0.77 0.30 0 0.03
HSL 203.44º 0.93% 0.6% -
HSV(B) 203.44º 0.77% 0.97% -
XYZ 33.52 37.51 94.28 -
YUV 146.57 185.24 63.4 -
System Red Green Blue C M Y K H S L
Decimal 56 173 248 0.77 0.30 0 0.03 203.44 0.93 0.6
Hex 38 AD F8 4D 1E 0 3 CB 5D 3C
Octal 70 255 370 115 36 0 3 313 135 74
Binary 111000 10101101 11111000 1001101 11110 0 11 11001011 1011101 111100

Color Harmonies of #38ADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ADF8

Black with #38ADF8

Text Example


Text Example

White with #38ADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,173,248); }

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

background-color css

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

 a { background-color: rgb(56,173,248); }

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

border-color css

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

 span { border-color: rgb(56,173,248); }

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