Html Css Color HEX #38C3EF Summer Sky

📋 copy color: '#38C3EF'

red 56 ◦ green 195 ◦ blue 239

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

Shades of Summer Sky #38C3EF

Tints of Summer Sky #38C3EF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.8%

 BLUE value IS 239 (93.75% from 255) = 48.78%

R = 11.43%
G = 39.8%
B = 48.78%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#38C3EF (or 0x38C3EF) is known color: Summer Sky. HEX triplet: 38, C3 and EF. RGB value is (56,195,239). Sum of RGB (Red+Green+Blue) = 56+195+239=490 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.43% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #38C3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C3EF is #C73C10. Grayscale: #9E9E9E. Windows color (decimal): -13057041 or 15713080. OLE color: 15713080.

HSL color Cylindrical-coordinate representation of color #38C3EF: hue angle of 194.43º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38C3EF is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 195 239 -
CMYK 0.77 0.18 0 0.06
HSL 194.43º 0.85% 0.58% -
HSV(B) 194.43º 0.77% 0.94% -
XYZ 36.73 46.1 88.62 -
YUV 158.46 173.45 54.92 -
System Red Green Blue C M Y K H S L
Decimal 56 195 239 0.77 0.18 0 0.06 194.43 0.85 0.58
Hex 38 C3 EF 4D 12 0 6 C2 55 3A
Octal 70 303 357 115 22 0 6 302 125 72
Binary 111000 11000011 11101111 1001101 10010 0 110 11000010 1010101 111010

Color Harmonies of #38C3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C3EF

Black with #38C3EF

Text Example


Text Example

White with #38C3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,195,239); }

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

background-color css

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

 a { background-color: rgb(56,195,239); }

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

border-color css

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

 span { border-color: rgb(56,195,239); }

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