Html Css Color HEX #3BF9FF Baby Blue

📋 copy color: '#3BF9FF'

red 59 ◦ green 249 ◦ blue 255

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

Shades of Baby Blue #3BF9FF

Tints of Baby Blue #3BF9FF

RGB

 RED value IS 59 (23.44% from 255) = 10.48%

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

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

R = 10.48%
G = 44.23%
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

#3BF9FF (or 0x3BF9FF) is known color: Baby Blue. HEX triplet: 3B, F9 and FF. RGB value is (59,249,255). Sum of RGB (Red+Green+Blue) = 59+249+255=563 (74% of max value = 765). Red value is 59 (23.44% from 255 or 10.48% from 563); Green value is 249 (97.66% from 255 or 44.23% 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 #3BF9FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BF9FF is #C40600. Grayscale: #C0C0C0. Windows color (decimal): -12846593 or 16775483. OLE color: 16775483.

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

Color convert

RGB 59 249 255 -
CMYK 0.77 0.02 0 0
HSL 181.84º 1% 0.62% -
HSV(B) 181.84º 0.77% 1% -
XYZ 53.73 75.9 106.43 -
YUV 192.87 163.05 32.51 -
System Red Green Blue C M Y K H S L
Decimal 59 249 255 0.77 0.02 0 0 181.84 1 0.62
Hex 3B F9 FF 4D 2 0 0 B6 64 3E
Octal 73 371 377 115 2 0 0 266 144 76
Binary 111011 11111001 11111111 1001101 10 0 0 10110110 1100100 111110

Color Harmonies of #3BF9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF9FF

Black with #3BF9FF

Text Example


Text Example

White with #3BF9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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