Html Css Color HEX #30CBFA Summer Sky

📋 copy color: '#30CBFA'

red 48 ◦ green 203 ◦ blue 250

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

Shades of Summer Sky #30CBFA

Tints of Summer Sky #30CBFA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.52%

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

R = 9.58%
G = 40.52%
B = 49.9%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30CBFA (or 0x30CBFA) is known color: Summer Sky. HEX triplet: 30, CB and FA. RGB value is (48,203,250). Sum of RGB (Red+Green+Blue) = 48+203+250=501 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.58% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #30CBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CBFA is #CF3405. Grayscale: #A1A1A1. Windows color (decimal): -13579270 or 16436016. OLE color: 16436016.

HSL color Cylindrical-coordinate representation of color #30CBFA: hue angle of 193.96º 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 #30CBFA is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 203 250 -
CMYK 0.81 0.19 0 0.02
HSL 193.96º 0.95% 0.58% -
HSV(B) 193.96º 0.81% 0.98% -
XYZ 39.83 50.24 98.04 -
YUV 162.01 177.65 46.68 -
System Red Green Blue C M Y K H S L
Decimal 48 203 250 0.81 0.19 0 0.02 193.96 0.95 0.58
Hex 30 CB FA 51 13 0 2 C2 5F 3A
Octal 60 313 372 121 23 0 2 302 137 72
Binary 110000 11001011 11111010 1010001 10011 0 10 11000010 1011111 111010

Color Harmonies of #30CBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CBFA

Black with #30CBFA

Text Example


Text Example

White with #30CBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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