Html Css Color HEX #38AAF4 Summer Sky

📋 copy color: '#38AAF4'

red 56 ◦ green 170 ◦ blue 244

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

Shades of Summer Sky #38AAF4

Tints of Summer Sky #38AAF4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.17%

 BLUE value IS 244 (95.7% from 255) = 51.91%

R = 11.91%
G = 36.17%
B = 51.91%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#38AAF4 (or 0x38AAF4) is known color: Summer Sky. HEX triplet: 38, AA and F4. RGB value is (56,170,244). Sum of RGB (Red+Green+Blue) = 56+170+244=470 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.91% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 244 (95.70% from 255 or 51.91% from 470); Max value from RGB is 244 - color contains mainly: blue. Hex color #38AAF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38AAF4 is #C7550B. Grayscale: #8F8F8F. Windows color (decimal): -13063436 or 16034360. OLE color: 16034360.

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

Color convert

RGB 56 170 244 -
CMYK 0.77 0.30 0 0.04
HSL 203.62º 0.9% 0.59% -
HSV(B) 203.62º 0.77% 0.96% -
XYZ 32.33 36.12 90.86 -
YUV 144.35 184.23 64.98 -
System Red Green Blue C M Y K H S L
Decimal 56 170 244 0.77 0.30 0 0.04 203.62 0.9 0.59
Hex 38 AA F4 4D 1E 0 4 CC 5A 3B
Octal 70 252 364 115 36 0 4 314 132 73
Binary 111000 10101010 11110100 1001101 11110 0 100 11001100 1011010 111011

Color Harmonies of #38AAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AAF4

Black with #38AAF4

Text Example


Text Example

White with #38AAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,170,244); }

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

background-color css

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

 a { background-color: rgb(56,170,244); }

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

border-color css

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

 span { border-color: rgb(56,170,244); }

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