Html Css Color HEX #38C0FF Summer Sky

📋 copy color: '#38C0FF'

red 56 ◦ green 192 ◦ blue 255

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

Shades of Summer Sky #38C0FF

Tints of Summer Sky #38C0FF

RGB

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

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

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

R = 11.13%
G = 38.17%
B = 50.7%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#38C0FF (or 0x38C0FF) is known color: Summer Sky. HEX triplet: 38, C0 and FF. RGB value is (56,192,255). Sum of RGB (Red+Green+Blue) = 56+192+255=503 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.13% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #38C0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C0FF is #C73F00. Grayscale: #9E9E9E. Windows color (decimal): -13057793 or 16760888. OLE color: 16760888.

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

Color convert

RGB 56 192 255 -
CMYK 0.78 0.25 0 0
HSL 199º 1% 0.61% -
HSV(B) 199º 0.78% 1% -
XYZ 38.53 45.76 101.41 -
YUV 158.52 182.44 54.88 -
System Red Green Blue C M Y K H S L
Decimal 56 192 255 0.78 0.25 0 0 199 1 0.61
Hex 38 C0 FF 4E 19 0 0 C7 64 3D
Octal 70 300 377 116 31 0 0 307 144 75
Binary 111000 11000000 11111111 1001110 11001 0 0 11000111 1100100 111101

Color Harmonies of #38C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C0FF

Black with #38C0FF

Text Example


Text Example

White with #38C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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