Html Css Color HEX #38C5FA Summer Sky

📋 copy color: '#38C5FA'

red 56 ◦ green 197 ◦ blue 250

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

Shades of Summer Sky #38C5FA

Tints of Summer Sky #38C5FA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.17%

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

R = 11.13%
G = 39.17%
B = 49.7%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#38C5FA (or 0x38C5FA) is known color: Summer Sky. HEX triplet: 38, C5 and FA. RGB value is (56,197,250). Sum of RGB (Red+Green+Blue) = 56+197+250=503 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.13% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #38C5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C5FA is #C73A05. Grayscale: #A0A0A0. Windows color (decimal): -13056518 or 16434488. OLE color: 16434488.

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

Color convert

RGB 56 197 250 -
CMYK 0.78 0.21 0 0.02
HSL 196.39º 0.95% 0.6% -
HSV(B) 196.39º 0.78% 0.98% -
XYZ 38.85 47.68 97.6 -
YUV 160.88 178.29 53.19 -
System Red Green Blue C M Y K H S L
Decimal 56 197 250 0.78 0.21 0 0.02 196.39 0.95 0.6
Hex 38 C5 FA 4E 15 0 2 C4 5F 3C
Octal 70 305 372 116 25 0 2 304 137 74
Binary 111000 11000101 11111010 1001110 10101 0 10 11000100 1011111 111100

Color Harmonies of #38C5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C5FA

Black with #38C5FA

Text Example


Text Example

White with #38C5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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