Html Css Color HEX #38ACFF Summer Sky

📋 copy color: '#38ACFF'

red 56 ◦ green 172 ◦ blue 255

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

Shades of Summer Sky #38ACFF

Tints of Summer Sky #38ACFF

RGB

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

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

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

R = 11.59%
G = 35.61%
B = 52.8%

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

#38ACFF (or 0x38ACFF) is known color: Summer Sky. HEX triplet: 38, AC and FF. RGB value is (56,172,255). Sum of RGB (Red+Green+Blue) = 56+172+255=483 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.59% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #38ACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38ACFF is #C75300. Grayscale: #929292. Windows color (decimal): -13062913 or 16755768. OLE color: 16755768.

HSL color Cylindrical-coordinate representation of color #38ACFF: hue angle of 205.03º 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 #38ACFF is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 172 255 -
CMYK 0.78 0.33 0 0
HSL 205.03º 1% 0.61% -
HSV(B) 205.03º 0.78% 1% -
XYZ 34.43 37.57 100.04 -
YUV 146.78 189.07 63.25 -
System Red Green Blue C M Y K H S L
Decimal 56 172 255 0.78 0.33 0 0 205.03 1 0.61
Hex 38 AC FF 4E 21 0 0 CD 64 3D
Octal 70 254 377 116 41 0 0 315 144 75
Binary 111000 10101100 11111111 1001110 100001 0 0 11001101 1100100 111101

Color Harmonies of #38ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ACFF

Black with #38ACFF

Text Example


Text Example

White with #38ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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