Html Css Color HEX #38C0FA Summer Sky

📋 copy color: '#38C0FA'

red 56 ◦ green 192 ◦ blue 250

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

Shades of Summer Sky #38C0FA

Tints of Summer Sky #38C0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.55%

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 11.24%
G = 38.55%
B = 50.2%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#38C0FA (or 0x38C0FA) is known color: Summer Sky. HEX triplet: 38, C0 and FA. RGB value is (56,192,250). Sum of RGB (Red+Green+Blue) = 56+192+250=498 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.24% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #38C0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C0FA is #C73F05. Grayscale: #9D9D9D. Windows color (decimal): -13057798 or 16433208. OLE color: 16433208.

HSL color Cylindrical-coordinate representation of color #38C0FA: hue angle of 197.94º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38C0FA is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 192 250 -
CMYK 0.78 0.23 0 0.02
HSL 197.94º 0.95% 0.6% -
HSV(B) 197.94º 0.78% 0.98% -
XYZ 37.74 45.44 97.22 -
YUV 157.95 179.94 55.28 -
System Red Green Blue C M Y K H S L
Decimal 56 192 250 0.78 0.23 0 0.02 197.94 0.95 0.6
Hex 38 C0 FA 4E 17 0 2 C6 5F 3C
Octal 70 300 372 116 27 0 2 306 137 74
Binary 111000 11000000 11111010 1001110 10111 0 10 11000110 1011111 111100

Color Harmonies of #38C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C0FA

Black with #38C0FA

Text Example


Text Example

White with #38C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,192,250); }

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

background-color css

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

 a { background-color: rgb(56,192,250); }

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

border-color css

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

 span { border-color: rgb(56,192,250); }

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