Html Css Color HEX #38AAFF Summer Sky

📋 copy color: '#38AAFF'

red 56 ◦ green 170 ◦ blue 255

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

Shades of Summer Sky #38AAFF

Tints of Summer Sky #38AAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.01%

R = 11.64%
G = 35.34%
B = 53.01%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#38AAFF (or 0x38AAFF) is known color: Summer Sky. HEX triplet: 38, AA and FF. RGB value is (56,170,255). Sum of RGB (Red+Green+Blue) = 56+170+255=481 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.64% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #38AAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38AAFF is #C75500. Grayscale: #919191. Windows color (decimal): -13063425 or 16755256. OLE color: 16755256.

HSL color Cylindrical-coordinate representation of color #38AAFF: hue angle of 205.63º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38AAFF is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 170 255 -
CMYK 0.78 0.33 0 0
HSL 205.63º 1% 0.61% -
HSV(B) 205.63º 0.78% 1% -
XYZ 34.06 36.81 99.92 -
YUV 145.6 189.73 64.09 -
System Red Green Blue C M Y K H S L
Decimal 56 170 255 0.78 0.33 0 0 205.63 1 0.61
Hex 38 AA FF 4E 21 0 0 CE 64 3D
Octal 70 252 377 116 41 0 0 316 144 75
Binary 111000 10101010 11111111 1001110 100001 0 0 11001110 1100100 111101

Color Harmonies of #38AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AAFF

Black with #38AAFF

Text Example


Text Example

White with #38AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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