Html Css Color HEX #3AF9FF Baby Blue

📋 copy color: '#3AF9FF'

red 58 ◦ green 249 ◦ blue 255

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

Shades of Baby Blue #3AF9FF

Tints of Baby Blue #3AF9FF

RGB

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

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

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

R = 10.32%
G = 44.31%
B = 45.37%

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

#3AF9FF (or 0x3AF9FF) is known color: Baby Blue. HEX triplet: 3A, F9 and FF. RGB value is (58,249,255). Sum of RGB (Red+Green+Blue) = 58+249+255=562 (74% of max value = 765). Red value is 58 (23.05% from 255 or 10.32% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AF9FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF9FF is #C50600. Grayscale: #C0C0C0. Windows color (decimal): -12912129 or 16775482. OLE color: 16775482.

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

Color convert

RGB 58 249 255 -
CMYK 0.77 0.02 0 0
HSL 181.83º 1% 0.61% -
HSV(B) 181.83º 0.77% 1% -
XYZ 53.67 75.87 106.42 -
YUV 192.58 163.22 32.01 -
System Red Green Blue C M Y K H S L
Decimal 58 249 255 0.77 0.02 0 0 181.83 1 0.61
Hex 3A F9 FF 4D 2 0 0 B6 64 3D
Octal 72 371 377 115 2 0 0 266 144 75
Binary 111010 11111001 11111111 1001101 10 0 0 10110110 1100100 111101

Color Harmonies of #3AF9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF9FF

Black with #3AF9FF

Text Example


Text Example

White with #3AF9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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