Html Css Color HEX #3BFEFA Baby Blue

📋 copy color: '#3BFEFA'

red 59 ◦ green 254 ◦ blue 250

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

Shades of Baby Blue #3BFEFA

Tints of Baby Blue #3BFEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.12%

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

R = 10.48%
G = 45.12%
B = 44.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#3BFEFA (or 0x3BFEFA) is known color: Baby Blue. HEX triplet: 3B, FE and FA. RGB value is (59,254,250). Sum of RGB (Red+Green+Blue) = 59+254+250=563 (74% of max value = 765). Red value is 59 (23.44% from 255 or 10.48% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFEFA is #C40105. Grayscale: #C3C3C3. Windows color (decimal): -12845318 or 16449083. OLE color: 16449083.

HSL color Cylindrical-coordinate representation of color #3BFEFA: hue angle of 178.77º 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 #3BFEFA is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 59 254 250 -
CMYK 0.77 0 0.02 0.00
HSL 178.77º 0.99% 0.61% -
HSV(B) 178.77º 0.77% 1% -
XYZ 54.5 78.72 102.76 -
YUV 195.24 158.9 30.83 -
System Red Green Blue C M Y K H S L
Decimal 59 254 250 0.77 0 0.02 0.00 178.77 0.99 0.61
Hex 3B FE FA 4D 0 2 0 B3 63 3D
Octal 73 376 372 115 0 2 0 263 143 75
Binary 111011 11111110 11111010 1001101 0 10 0 10110011 1100011 111101

Color Harmonies of #3BFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFEFA

Black with #3BFEFA

Text Example


Text Example

White with #3BFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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