Html Css Color HEX #3AF9FE Baby Blue

📋 copy color: '#3AF9FE'

red 58 ◦ green 249 ◦ blue 254

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

Shades of Baby Blue #3AF9FE

Tints of Baby Blue #3AF9FE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.39%

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 10.34%
G = 44.39%
B = 45.28%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3AF9FE (or 0x3AF9FE) is known color: Baby Blue. HEX triplet: 3A, F9 and FE. RGB value is (58,249,254). Sum of RGB (Red+Green+Blue) = 58+249+254=561 (74% of max value = 765). Red value is 58 (23.05% from 255 or 10.34% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #3AF9FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF9FE is #C50601. Grayscale: #C0C0C0. Windows color (decimal): -12912130 or 16709946. OLE color: 16709946.

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

Color convert

RGB 58 249 254 -
CMYK 0.77 0.02 0 0.00
HSL 181.53º 0.99% 0.61% -
HSV(B) 181.53º 0.77% 1% -
XYZ 53.51 75.81 105.58 -
YUV 192.46 162.72 32.09 -
System Red Green Blue C M Y K H S L
Decimal 58 249 254 0.77 0.02 0 0.00 181.53 0.99 0.61
Hex 3A F9 FE 4D 2 0 0 B6 63 3D
Octal 72 371 376 115 2 0 0 266 143 75
Binary 111010 11111001 11111110 1001101 10 0 0 10110110 1100011 111101

Color Harmonies of #3AF9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF9FE

Black with #3AF9FE

Text Example


Text Example

White with #3AF9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,249,254); }

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

background-color css

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

 a { background-color: rgb(58,249,254); }

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

border-color css

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

 span { border-color: rgb(58,249,254); }

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