Html Css Color HEX #30BCFA Summer Sky

📋 copy color: '#30BCFA'

red 48 ◦ green 188 ◦ blue 250

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

Shades of Summer Sky #30BCFA

Tints of Summer Sky #30BCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 9.88%
G = 38.68%
B = 51.44%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30BCFA (or 0x30BCFA) is known color: Summer Sky. HEX triplet: 30, BC and FA. RGB value is (48,188,250). Sum of RGB (Red+Green+Blue) = 48+188+250=486 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.88% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #30BCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BCFA is #CF4305. Grayscale: #989898. Windows color (decimal): -13583110 or 16432176. OLE color: 16432176.

HSL color Cylindrical-coordinate representation of color #30BCFA: hue angle of 198.42º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30BCFA is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 188 250 -
CMYK 0.81 0.25 0 0.02
HSL 198.42º 0.95% 0.58% -
HSV(B) 198.42º 0.81% 0.98% -
XYZ 36.46 43.5 96.92 -
YUV 153.21 182.62 52.96 -
System Red Green Blue C M Y K H S L
Decimal 48 188 250 0.81 0.25 0 0.02 198.42 0.95 0.58
Hex 30 BC FA 51 19 0 2 C6 5F 3A
Octal 60 274 372 121 31 0 2 306 137 72
Binary 110000 10111100 11111010 1010001 11001 0 10 11000110 1011111 111010

Color Harmonies of #30BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BCFA

Black with #30BCFA

Text Example


Text Example

White with #30BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,188,250); }

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

background-color css

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

 a { background-color: rgb(48,188,250); }

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

border-color css

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

 span { border-color: rgb(48,188,250); }

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