Html Css Color HEX #30CAFD Summer Sky

📋 copy color: '#30CAFD'

red 48 ◦ green 202 ◦ blue 253

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

Shades of Summer Sky #30CAFD

Tints of Summer Sky #30CAFD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.16%

 BLUE value IS 253 (99.22% from 255) = 50.3%

R = 9.54%
G = 40.16%
B = 50.3%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30CAFD (or 0x30CAFD) is known color: Summer Sky. HEX triplet: 30, CA and FD. RGB value is (48,202,253). Sum of RGB (Red+Green+Blue) = 48+202+253=503 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.54% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #30CAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CAFD is #CF3502. Grayscale: #A1A1A1. Windows color (decimal): -13579523 or 16632368. OLE color: 16632368.

HSL color Cylindrical-coordinate representation of color #30CAFD: hue angle of 194.93º degrees, saturation: 0.98, 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 #30CAFD is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 202 253 -
CMYK 0.81 0.20 0 0.01
HSL 194.93º 0.98% 0.59% -
HSV(B) 194.93º 0.81% 0.99% -
XYZ 40.07 49.96 100.46 -
YUV 161.77 179.48 46.85 -
System Red Green Blue C M Y K H S L
Decimal 48 202 253 0.81 0.20 0 0.01 194.93 0.98 0.59
Hex 30 CA FD 51 14 0 1 C3 62 3B
Octal 60 312 375 121 24 0 1 303 142 73
Binary 110000 11001010 11111101 1010001 10100 0 1 11000011 1100010 111011

Color Harmonies of #30CAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CAFD

Black with #30CAFD

Text Example


Text Example

White with #30CAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,202,253); }

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

background-color css

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

 a { background-color: rgb(48,202,253); }

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

border-color css

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

 span { border-color: rgb(48,202,253); }

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