Html Css Color HEX #30BFED Summer Sky

📋 copy color: '#30BFED'

red 48 ◦ green 191 ◦ blue 237

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

Shades of Summer Sky #30BFED

Tints of Summer Sky #30BFED

RGB

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

 GREEN value IS 191 (75% from 255) = 40.13%

 BLUE value IS 237 (92.97% from 255) = 49.79%

R = 10.08%
G = 40.13%
B = 49.79%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#30BFED (or 0x30BFED) is known color: Summer Sky. HEX triplet: 30, BF and ED. RGB value is (48,191,237). Sum of RGB (Red+Green+Blue) = 48+191+237=476 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.08% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #30BFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BFED is #CF4012. Grayscale: #999999. Windows color (decimal): -13582355 or 15580976. OLE color: 15580976.

HSL color Cylindrical-coordinate representation of color #30BFED: hue angle of 194.6º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30BFED is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 191 237 -
CMYK 0.80 0.19 0 0.07
HSL 194.6º 0.84% 0.56% -
HSV(B) 194.6º 0.8% 0.93% -
XYZ 35.14 44 86.76 -
YUV 153.49 175.12 52.76 -
System Red Green Blue C M Y K H S L
Decimal 48 191 237 0.80 0.19 0 0.07 194.6 0.84 0.56
Hex 30 BF ED 50 13 0 7 C3 54 38
Octal 60 277 355 120 23 0 7 303 124 70
Binary 110000 10111111 11101101 1010000 10011 0 111 11000011 1010100 111000

Color Harmonies of #30BFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BFED

Black with #30BFED

Text Example


Text Example

White with #30BFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,191,237); }

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

background-color css

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

 a { background-color: rgb(48,191,237); }

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

border-color css

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

 span { border-color: rgb(48,191,237); }

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