Html Css Color HEX #30BFFC Summer Sky

📋 copy color: '#30BFFC'

red 48 ◦ green 191 ◦ blue 252

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

Shades of Summer Sky #30BFFC

Tints of Summer Sky #30BFFC

RGB

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

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

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

R = 9.78%
G = 38.9%
B = 51.32%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30BFFC (or 0x30BFFC) is known color: Summer Sky. HEX triplet: 30, BF and FC. RGB value is (48,191,252). Sum of RGB (Red+Green+Blue) = 48+191+252=491 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.78% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #30BFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BFFC is #CF4003. Grayscale: #9A9A9A. Windows color (decimal): -13582340 or 16564016. OLE color: 16564016.

HSL color Cylindrical-coordinate representation of color #30BFFC: hue angle of 197.94º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30BFFC is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 191 252 -
CMYK 0.81 0.24 0 0.01
HSL 197.94º 0.97% 0.59% -
HSV(B) 197.94º 0.81% 0.99% -
XYZ 37.42 44.92 98.79 -
YUV 155.2 182.62 51.54 -
System Red Green Blue C M Y K H S L
Decimal 48 191 252 0.81 0.24 0 0.01 197.94 0.97 0.59
Hex 30 BF FC 51 18 0 1 C6 61 3B
Octal 60 277 374 121 30 0 1 306 141 73
Binary 110000 10111111 11111100 1010001 11000 0 1 11000110 1100001 111011

Color Harmonies of #30BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BFFC

Black with #30BFFC

Text Example


Text Example

White with #30BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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