Html Css Color HEX #38ACF7 Summer Sky

📋 copy color: '#38ACF7'

red 56 ◦ green 172 ◦ blue 247

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

Shades of Summer Sky #38ACF7

Tints of Summer Sky #38ACF7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.21%

 BLUE value IS 247 (96.88% from 255) = 52%

R = 11.79%
G = 36.21%
B = 52%

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

#38ACF7 (or 0x38ACF7) is known color: Summer Sky. HEX triplet: 38, AC and F7. RGB value is (56,172,247). Sum of RGB (Red+Green+Blue) = 56+172+247=475 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.79% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #38ACF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38ACF7 is #C75308. Grayscale: #919191. Windows color (decimal): -13062921 or 16231480. OLE color: 16231480.

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

Color convert

RGB 56 172 247 -
CMYK 0.77 0.30 0 0.03
HSL 203.56º 0.92% 0.59% -
HSV(B) 203.56º 0.77% 0.97% -
XYZ 33.17 37.06 93.4 -
YUV 145.87 185.07 63.9 -
System Red Green Blue C M Y K H S L
Decimal 56 172 247 0.77 0.30 0 0.03 203.56 0.92 0.59
Hex 38 AC F7 4D 1E 0 3 CC 5C 3B
Octal 70 254 367 115 36 0 3 314 134 73
Binary 111000 10101100 11110111 1001101 11110 0 11 11001100 1011100 111011

Color Harmonies of #38ACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ACF7

Black with #38ACF7

Text Example


Text Example

White with #38ACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,172,247); }

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

background-color css

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

 a { background-color: rgb(56,172,247); }

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

border-color css

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

 span { border-color: rgb(56,172,247); }

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