Html Css Color HEX #38C0FD Summer Sky

📋 copy color: '#38C0FD'

red 56 ◦ green 192 ◦ blue 253

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

Shades of Summer Sky #38C0FD

Tints of Summer Sky #38C0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 11.18%
G = 38.32%
B = 50.5%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#38C0FD (or 0x38C0FD) is known color: Summer Sky. HEX triplet: 38, C0 and FD. RGB value is (56,192,253). Sum of RGB (Red+Green+Blue) = 56+192+253=501 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.18% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #38C0FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C0FD is #C73F02. Grayscale: #9D9D9D. Windows color (decimal): -13057795 or 16629816. OLE color: 16629816.

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

Color convert

RGB 56 192 253 -
CMYK 0.78 0.24 0 0.01
HSL 198.58º 0.98% 0.61% -
HSV(B) 198.58º 0.78% 0.99% -
XYZ 38.21 45.63 99.72 -
YUV 158.29 181.44 55.04 -
System Red Green Blue C M Y K H S L
Decimal 56 192 253 0.78 0.24 0 0.01 198.58 0.98 0.61
Hex 38 C0 FD 4E 18 0 1 C7 62 3D
Octal 70 300 375 116 30 0 1 307 142 75
Binary 111000 11000000 11111101 1001110 11000 0 1 11000111 1100010 111101

Color Harmonies of #38C0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C0FD

Black with #38C0FD

Text Example


Text Example

White with #38C0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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