Html Css Color HEX #3FFAFD Baby Blue

📋 copy color: '#3FFAFD'

red 63 ◦ green 250 ◦ blue 253

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

Shades of Baby Blue #3FFAFD

Tints of Baby Blue #3FFAFD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.17%

 BLUE value IS 253 (99.22% from 255) = 44.7%

R = 11.13%
G = 44.17%
B = 44.7%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3FFAFD (or 0x3FFAFD) is known color: Baby Blue. HEX triplet: 3F, FA and FD. RGB value is (63,250,253). Sum of RGB (Red+Green+Blue) = 63+250+253=566 (74% of max value = 765). Red value is 63 (25% from 255 or 11.13% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FFAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFAFD is #C00502. Grayscale: #C2C2C2. Windows color (decimal): -12584195 or 16644671. OLE color: 16644671.

HSL color Cylindrical-coordinate representation of color #3FFAFD: hue angle of 180.95º 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 #3FFAFD is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 250 253 -
CMYK 0.75 0.01 0 0.01
HSL 180.95º 0.98% 0.62% -
HSV(B) 180.95º 0.75% 0.99% -
XYZ 53.97 76.52 104.85 -
YUV 194.43 161.05 34.26 -
System Red Green Blue C M Y K H S L
Decimal 63 250 253 0.75 0.01 0 0.01 180.95 0.98 0.62
Hex 3F FA FD 4B 1 0 1 B5 62 3E
Octal 77 372 375 113 1 0 1 265 142 76
Binary 111111 11111010 11111101 1001011 1 0 1 10110101 1100010 111110

Color Harmonies of #3FFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFAFD

Black with #3FFAFD

Text Example


Text Example

White with #3FFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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