Html Css Color HEX #4BCAF2 Summer Sky

📋 copy color: '#4BCAF2'

red 75 ◦ green 202 ◦ blue 242

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

Shades of Summer Sky #4BCAF2

Tints of Summer Sky #4BCAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.63%

R = 14.45%
G = 38.92%
B = 46.63%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4BCAF2 (or 0x4BCAF2) is known color: Summer Sky. HEX triplet: 4B, CA and F2. RGB value is (75,202,242). Sum of RGB (Red+Green+Blue) = 75+202+242=519 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.45% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #4BCAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCAF2 is #B4350D. Grayscale: #A8A8A8. Windows color (decimal): -11810062 or 15911499. OLE color: 15911499.

HSL color Cylindrical-coordinate representation of color #4BCAF2: hue angle of 194.37º degrees, saturation: 0.87, 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 #4BCAF2 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 75 202 242 -
CMYK 0.69 0.17 0 0.05
HSL 194.37º 0.87% 0.62% -
HSV(B) 194.37º 0.69% 0.95% -
XYZ 40.05 50.15 91.57 -
YUV 168.59 169.42 61.25 -
System Red Green Blue C M Y K H S L
Decimal 75 202 242 0.69 0.17 0 0.05 194.37 0.87 0.62
Hex 4B CA F2 45 11 0 5 C2 57 3E
Octal 113 312 362 105 21 0 5 302 127 76
Binary 1001011 11001010 11110010 1000101 10001 0 101 11000010 1010111 111110

Color Harmonies of #4BCAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCAF2

Black with #4BCAF2

Text Example


Text Example

White with #4BCAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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