Html Css Color HEX #3FFDFB Baby Blue

📋 copy color: '#3FFDFB'

red 63 ◦ green 253 ◦ blue 251

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

Shades of Baby Blue #3FFDFB

Tints of Baby Blue #3FFDFB

RGB

 RED value IS 63 (25% from 255) = 11.11%

 GREEN value IS 253 (99.22% from 255) = 44.62%

 BLUE value IS 251 (98.44% from 255) = 44.27%

R = 11.11%
G = 44.62%
B = 44.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#3FFDFB (or 0x3FFDFB) is known color: Baby Blue. HEX triplet: 3F, FD and FB. RGB value is (63,253,251). Sum of RGB (Red+Green+Blue) = 63+253+251=567 (75% of max value = 765). Red value is 63 (25% from 255 or 11.11% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFDFB is #C00204. Grayscale: #C3C3C3. Windows color (decimal): -12583429 or 16514367. OLE color: 16514367.

HSL color Cylindrical-coordinate representation of color #3FFDFB: hue angle of 179.37º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFDFB is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 253 251 -
CMYK 0.75 0 0.01 0.01
HSL 179.37º 0.98% 0.62% -
HSV(B) 179.37º 0.75% 0.99% -
XYZ 54.59 78.27 103.5 -
YUV 195.96 159.05 33.16 -
System Red Green Blue C M Y K H S L
Decimal 63 253 251 0.75 0 0.01 0.01 179.37 0.98 0.62
Hex 3F FD FB 4B 0 1 1 B3 62 3E
Octal 77 375 373 113 0 1 1 263 142 76
Binary 111111 11111101 11111011 1001011 0 1 1 10110011 1100010 111110

Color Harmonies of #3FFDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFDFB

Black with #3FFDFB

Text Example


Text Example

White with #3FFDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,253,251); }

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

background-color css

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

 a { background-color: rgb(63,253,251); }

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

border-color css

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

 span { border-color: rgb(63,253,251); }

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