Html Css Color HEX #3AFAFF Baby Blue

📋 copy color: '#3AFAFF'

red 58 ◦ green 250 ◦ blue 255

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

Shades of Baby Blue #3AFAFF

Tints of Baby Blue #3AFAFF

RGB

 RED value IS 58 (23.05% from 255) = 10.3%

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

 BLUE value IS 255 (100% from 255) = 45.29%

R = 10.3%
G = 44.4%
B = 45.29%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3AFAFF (or 0x3AFAFF) is known color: Baby Blue. HEX triplet: 3A, FA and FF. RGB value is (58,250,255). Sum of RGB (Red+Green+Blue) = 58+250+255=563 (74% of max value = 765). Red value is 58 (23.05% from 255 or 10.30% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AFAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFAFF is #C50500. Grayscale: #C0C0C0. Windows color (decimal): -12911873 or 16775738. OLE color: 16775738.

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

Color convert

RGB 58 250 255 -
CMYK 0.77 0.02 0 0
HSL 181.52º 1% 0.61% -
HSV(B) 181.52º 0.77% 1% -
XYZ 53.98 76.49 106.53 -
YUV 193.16 162.89 31.59 -
System Red Green Blue C M Y K H S L
Decimal 58 250 255 0.77 0.02 0 0 181.52 1 0.61
Hex 3A FA FF 4D 2 0 0 B6 64 3D
Octal 72 372 377 115 2 0 0 266 144 75
Binary 111010 11111010 11111111 1001101 10 0 0 10110110 1100100 111101

Color Harmonies of #3AFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFAFF

Black with #3AFAFF

Text Example


Text Example

White with #3AFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,250,255); }

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

background-color css

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

 a { background-color: rgb(58,250,255); }

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

border-color css

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

 span { border-color: rgb(58,250,255); }

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