Html Css Color HEX #3AF7FF Baby Blue

📋 copy color: '#3AF7FF'

red 58 ◦ green 247 ◦ blue 255

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

Shades of Baby Blue #3AF7FF

Tints of Baby Blue #3AF7FF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.11%

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

R = 10.36%
G = 44.11%
B = 45.54%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3AF7FF (or 0x3AF7FF) is known color: Baby Blue. HEX triplet: 3A, F7 and FF. RGB value is (58,247,255). Sum of RGB (Red+Green+Blue) = 58+247+255=560 (74% of max value = 765). Red value is 58 (23.05% from 255 or 10.36% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AF7FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF7FF is #C50800. Grayscale: #BFBFBF. Windows color (decimal): -12912641 or 16774970. OLE color: 16774970.

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

Color convert

RGB 58 247 255 -
CMYK 0.77 0.03 0 0
HSL 182.44º 1% 0.61% -
HSV(B) 182.44º 0.77% 1% -
XYZ 53.06 74.64 106.22 -
YUV 191.4 163.88 32.85 -
System Red Green Blue C M Y K H S L
Decimal 58 247 255 0.77 0.03 0 0 182.44 1 0.61
Hex 3A F7 FF 4D 3 0 0 B6 64 3D
Octal 72 367 377 115 3 0 0 266 144 75
Binary 111010 11110111 11111111 1001101 11 0 0 10110110 1100100 111101

Color Harmonies of #3AF7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF7FF

Black with #3AF7FF

Text Example


Text Example

White with #3AF7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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