Html Css Color HEX #38C5FC Summer Sky

📋 copy color: '#38C5FC'

red 56 ◦ green 197 ◦ blue 252

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

Shades of Summer Sky #38C5FC

Tints of Summer Sky #38C5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 11.09%
G = 39.01%
B = 49.9%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#38C5FC (or 0x38C5FC) is known color: Summer Sky. HEX triplet: 38, C5 and FC. RGB value is (56,197,252). Sum of RGB (Red+Green+Blue) = 56+197+252=505 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.09% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #38C5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C5FC is #C73A03. Grayscale: #A0A0A0. Windows color (decimal): -13056516 or 16565560. OLE color: 16565560.

HSL color Cylindrical-coordinate representation of color #38C5FC: hue angle of 196.84º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38C5FC is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 197 252 -
CMYK 0.78 0.22 0 0.01
HSL 196.84º 0.97% 0.6% -
HSV(B) 196.84º 0.78% 0.99% -
XYZ 39.17 47.8 99.26 -
YUV 161.11 179.29 53.03 -
System Red Green Blue C M Y K H S L
Decimal 56 197 252 0.78 0.22 0 0.01 196.84 0.97 0.6
Hex 38 C5 FC 4E 16 0 1 C5 61 3C
Octal 70 305 374 116 26 0 1 305 141 74
Binary 111000 11000101 11111100 1001110 10110 0 1 11000101 1100001 111100

Color Harmonies of #38C5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C5FC

Black with #38C5FC

Text Example


Text Example

White with #38C5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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