Html Css Color HEX #4BCAF1 Summer Sky

📋 copy color: '#4BCAF1'

red 75 ◦ green 202 ◦ blue 241

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

Shades of Summer Sky #4BCAF1

Tints of Summer Sky #4BCAF1

RGB

 RED value IS 75 (29.69% from 255) = 14.48%

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

 BLUE value IS 241 (94.53% from 255) = 46.53%

R = 14.48%
G = 39%
B = 46.53%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4BCAF1 (or 0x4BCAF1) is known color: Summer Sky. HEX triplet: 4B, CA and F1. RGB value is (75,202,241). Sum of RGB (Red+Green+Blue) = 75+202+241=518 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.48% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #4BCAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCAF1 is #B4350E. Grayscale: #A8A8A8. Windows color (decimal): -11810063 or 15845963. OLE color: 15845963.

HSL color Cylindrical-coordinate representation of color #4BCAF1: hue angle of 194.1º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BCAF1 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 75 202 241 -
CMYK 0.69 0.16 0 0.05
HSL 194.1º 0.86% 0.62% -
HSV(B) 194.1º 0.69% 0.95% -
XYZ 39.9 50.09 90.78 -
YUV 168.47 168.92 61.33 -
System Red Green Blue C M Y K H S L
Decimal 75 202 241 0.69 0.16 0 0.05 194.1 0.86 0.62
Hex 4B CA F1 45 10 0 5 C2 56 3E
Octal 113 312 361 105 20 0 5 302 126 76
Binary 1001011 11001010 11110001 1000101 10000 0 101 11000010 1010110 111110

Color Harmonies of #4BCAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCAF1

Black with #4BCAF1

Text Example


Text Example

White with #4BCAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BCAF1; }

 p { color: rgb(75,202,241); }

 H1.HeaderClassName
 {
   color: #4BCAF1;
 }
 .AnyTagClassName
 {
   color: #4BCAF1;
 }
</style>

background-color css

<style>
 a { background-color: #4BCAF1; }

 a { background-color: rgb(75,202,241); }

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

border-color css

<style>
 span { border-color: #4BCAF1; }

 span { border-color: rgb(75,202,241); }

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