Html Css Color HEX #38BCFC Summer Sky

📋 copy color: '#38BCFC'

red 56 ◦ green 188 ◦ blue 252

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

Shades of Summer Sky #38BCFC

Tints of Summer Sky #38BCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.9%

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

R = 11.29%
G = 37.9%
B = 50.81%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#38BCFC (or 0x38BCFC) is known color: Summer Sky. HEX triplet: 38, BC and FC. RGB value is (56,188,252). Sum of RGB (Red+Green+Blue) = 56+188+252=496 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.29% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #38BCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BCFC is #C74303. Grayscale: #9B9B9B. Windows color (decimal): -13058820 or 16563256. OLE color: 16563256.

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

Color convert

RGB 56 188 252 -
CMYK 0.78 0.25 0 0.01
HSL 199.59º 0.97% 0.6% -
HSV(B) 199.59º 0.78% 0.99% -
XYZ 37.18 43.84 98.6 -
YUV 155.83 182.27 56.8 -
System Red Green Blue C M Y K H S L
Decimal 56 188 252 0.78 0.25 0 0.01 199.59 0.97 0.6
Hex 38 BC FC 4E 19 0 1 C8 61 3C
Octal 70 274 374 116 31 0 1 310 141 74
Binary 111000 10111100 11111100 1001110 11001 0 1 11001000 1100001 111100

Color Harmonies of #38BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BCFC

Black with #38BCFC

Text Example


Text Example

White with #38BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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