Html Css Color HEX #3BCAFE Summer Sky

📋 copy color: '#3BCAFE'

red 59 ◦ green 202 ◦ blue 254

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

Shades of Summer Sky #3BCAFE

Tints of Summer Sky #3BCAFE

RGB

 RED value IS 59 (23.44% from 255) = 11.46%

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

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 11.46%
G = 39.22%
B = 49.32%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3BCAFE (or 0x3BCAFE) is known color: Summer Sky. HEX triplet: 3B, CA and FE. RGB value is (59,202,254). Sum of RGB (Red+Green+Blue) = 59+202+254=515 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.46% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BCAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCAFE is #C43501. Grayscale: #A4A4A4. Windows color (decimal): -12858626 or 16697915. OLE color: 16697915.

HSL color Cylindrical-coordinate representation of color #3BCAFE: hue angle of 196º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BCAFE is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 59 202 254 -
CMYK 0.77 0.20 0 0.00
HSL 196º 0.99% 0.61% -
HSV(B) 196º 0.77% 1% -
XYZ 40.81 50.33 101.33 -
YUV 165.17 178.12 52.27 -
System Red Green Blue C M Y K H S L
Decimal 59 202 254 0.77 0.20 0 0.00 196 0.99 0.61
Hex 3B CA FE 4D 14 0 0 C4 63 3D
Octal 73 312 376 115 24 0 0 304 143 75
Binary 111011 11001010 11111110 1001101 10100 0 0 11000100 1100011 111101

Color Harmonies of #3BCAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCAFE

Black with #3BCAFE

Text Example


Text Example

White with #3BCAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BCAFE; }

 p { color: rgb(59,202,254); }

 H1.HeaderClassName
 {
   color: #3BCAFE;
 }
 .AnyTagClassName
 {
   color: #3BCAFE;
 }
</style>

background-color css

<style>
 a { background-color: #3BCAFE; }

 a { background-color: rgb(59,202,254); }

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

border-color css

<style>
 span { border-color: #3BCAFE; }

 span { border-color: rgb(59,202,254); }

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