Html Css Color HEX #3BF7FF Baby Blue

📋 copy color: '#3BF7FF'

red 59 ◦ green 247 ◦ blue 255

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

Shades of Baby Blue #3BF7FF

Tints of Baby Blue #3BF7FF

RGB

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

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

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

R = 10.52%
G = 44.03%
B = 45.45%

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

#3BF7FF (or 0x3BF7FF) is known color: Baby Blue. HEX triplet: 3B, F7 and FF. RGB value is (59,247,255). Sum of RGB (Red+Green+Blue) = 59+247+255=561 (74% of max value = 765). Red value is 59 (23.44% from 255 or 10.52% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BF7FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BF7FF is #C40800. Grayscale: #BFBFBF. Windows color (decimal): -12847105 or 16774971. OLE color: 16774971.

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

Color convert

RGB 59 247 255 -
CMYK 0.77 0.03 0 0
HSL 182.45º 1% 0.62% -
HSV(B) 182.45º 0.77% 1% -
XYZ 53.11 74.67 106.22 -
YUV 191.7 163.72 33.35 -
System Red Green Blue C M Y K H S L
Decimal 59 247 255 0.77 0.03 0 0 182.45 1 0.62
Hex 3B F7 FF 4D 3 0 0 B6 64 3E
Octal 73 367 377 115 3 0 0 266 144 76
Binary 111011 11110111 11111111 1001101 11 0 0 10110110 1100100 111110

Color Harmonies of #3BF7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF7FF

Black with #3BF7FF

Text Example


Text Example

White with #3BF7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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