Html Css Color HEX #30C7E4 Summer Sky

📋 copy color: '#30C7E4'

red 48 ◦ green 199 ◦ blue 228

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

Shades of Summer Sky #30C7E4

Tints of Summer Sky #30C7E4

RGB

 RED value IS 48 (19.14% from 255) = 10.11%

 GREEN value IS 199 (78.13% from 255) = 41.89%

 BLUE value IS 228 (89.45% from 255) = 48%

R = 10.11%
G = 41.89%
B = 48%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#30C7E4 (or 0x30C7E4) is known color: Summer Sky. HEX triplet: 30, C7 and E4. RGB value is (48,199,228). Sum of RGB (Red+Green+Blue) = 48+199+228=475 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.11% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 228 - color contains mainly: blue. Hex color #30C7E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C7E4 is #CF381B. Grayscale: #9C9C9C. Windows color (decimal): -13580316 or 14993200. OLE color: 14993200.

HSL color Cylindrical-coordinate representation of color #30C7E4: hue angle of 189.67º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30C7E4 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 199 228 -
CMYK 0.79 0.13 0 0.11
HSL 189.67º 0.77% 0.54% -
HSV(B) 189.67º 0.79% 0.89% -
XYZ 35.65 47.08 80.61 -
YUV 157.16 167.97 50.14 -
System Red Green Blue C M Y K H S L
Decimal 48 199 228 0.79 0.13 0 0.11 189.67 0.77 0.54
Hex 30 C7 E4 4F D 0 B BE 4D 36
Octal 60 307 344 117 15 0 13 276 115 66
Binary 110000 11000111 11100100 1001111 1101 0 1011 10111110 1001101 110110

Color Harmonies of #30C7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C7E4

Black with #30C7E4

Text Example


Text Example

White with #30C7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30C7E4; }

 p { color: rgb(48,199,228); }

 H1.HeaderClassName
 {
   color: #30C7E4;
 }
 .AnyTagClassName
 {
   color: #30C7E4;
 }
</style>

background-color css

<style>
 a { background-color: #30C7E4; }

 a { background-color: rgb(48,199,228); }

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

border-color css

<style>
 span { border-color: #30C7E4; }

 span { border-color: rgb(48,199,228); }

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